From c1ce3f94efb4c0c88823e2b0d5ab0c07b3bbe15d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Tue, 30 Oct 2012 11:55:29 +0000 Subject: [PATCH] modified to support both m68k-elf (needed for source level debugging) as well as m68k-atari-mint toolchains --- BaS_GNU/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/BaS_GNU/Makefile b/BaS_GNU/Makefile index b40b6a0..d1ce801 100644 --- a/BaS_GNU/Makefile +++ b/BaS_GNU/Makefile @@ -8,7 +8,9 @@ # 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). -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)) TCPREFIX=m68k-elf-