From 4f184e2ccc0636ca540099287e25df05a51ed89f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sun, 17 Apr 2016 18:15:13 +0000 Subject: [PATCH] activate m68k-elf compile again --- BaS_gcc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BaS_gcc/Makefile b/BaS_gcc/Makefile index 970058f..e781241 100644 --- a/BaS_gcc/Makefile +++ b/BaS_gcc/Makefile @@ -10,7 +10,7 @@ # can be either "Y" or "N" (without quotes). "Y" for using the m68k-elf-, "N" for using the m68k-atari-mint # toolchain -COMPILE_ELF=N +COMPILE_ELF=Y ifeq (Y,$(COMPILE_ELF)) TCPREFIX=m68k-elf- @@ -38,12 +38,12 @@ endif INCLUDE=-Iinclude CFLAGS= -Wall \ - -O2 \ + -O2 \ -fomit-frame-pointer \ -ffreestanding \ -fleading-underscore \ -Wa,--register-prefix-optional \ - -g + -g2 CFLAGS_OPTIMIZED = -mcpu=5474 \ -Wall \ -O2 \