modified to support both m68k-elf (needed for source level debugging) as well as m68k-atari-mint toolchains

This commit is contained in:
Markus Fröschle
2012-10-30 11:55:29 +00:00
parent 1e0d0b7f48
commit c1ce3f94ef

View File

@@ -8,7 +8,9 @@
# installation, but allows source level debugging over BDM with a recent gdb (tested with 7.5), # installation, but allows source level debugging over BDM with a recent gdb (tested with 7.5),
# the m68k BDM tools from sourceforge (http://bdm.sourceforge.net) and a BDM pod (TBLCF and P&E tested). # the m68k BDM tools from sourceforge (http://bdm.sourceforge.net) and a BDM pod (TBLCF and P&E tested).
COMPILE_ELF=N # can be either "Y" or "N" (without quotes). "Y" for using the m68k-elf-, "N" for using the m68k-atari-mint
# toolchain
COMPILE_ELF=Y
ifeq (Y,$(COMPILE_ELF)) ifeq (Y,$(COMPILE_ELF))
TCPREFIX=m68k-elf- TCPREFIX=m68k-elf-