From 91cd008a65dd0fbabbc93a0d0a80d49ff4ce4313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Thu, 2 Jan 2014 11:49:09 +0000 Subject: [PATCH] removed #warning directive (leftover from previous bug hunting) --- BaS_gcc/Makefile | 2 +- BaS_gcc/bas.lk.in | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/BaS_gcc/Makefile b/BaS_gcc/Makefile index 766b62a..a979756 100644 --- a/BaS_gcc/Makefile +++ b/BaS_gcc/Makefile @@ -9,7 +9,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- diff --git a/BaS_gcc/bas.lk.in b/BaS_gcc/bas.lk.in index 0e93799..994ea18 100644 --- a/BaS_gcc/bas.lk.in +++ b/BaS_gcc/bas.lk.in @@ -119,11 +119,8 @@ SECTIONS #endif /* COMPILE_RAM */ #if (FORMAT_ELF == 1) -#warning elf32-m68k format, m68k-elf *(.rodata) *(.rodata.*) -#else -#warning srec format, m68k-atari-mint #endif } > bas_rom