From 2b2f9b6cd6a99a79cf7559069db77c5c50e955df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Mon, 25 Dec 2017 11:48:57 +0100 Subject: [PATCH] make default build on m68k-atari-mint toolchain --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0645cee..d5aeb66 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ endif # 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 +COMPILE_ELF=N ifeq (Y,$(COMPILE_ELF)) TCPREFIX=m68k-elf-