removed #warning directive (leftover from previous bug hunting)
This commit is contained in:
@@ -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-
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user