modified to support both m68k-elf (needed for source level debugging) as well as m68k-atari-mint toolchains
This commit is contained in:
@@ -90,6 +90,10 @@ SECTIONS {
|
||||
*(.data)
|
||||
*(.bss)
|
||||
|
||||
#if (FORMAT == elf32-m68k)
|
||||
*(.rodata)
|
||||
*(.rodata.*)
|
||||
#endif
|
||||
_bas_end = ABSOLUTE(.);
|
||||
} > ram
|
||||
|
||||
|
||||
Reference in New Issue
Block a user