removed #warning directive (leftover from previous bug hunting)

This commit is contained in:
Markus Fröschle
2014-01-02 11:49:09 +00:00
parent 5961c7da22
commit 91cd008a65
2 changed files with 1 additions and 4 deletions

View File

@@ -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-

View File

@@ -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