modified to support both m68k-elf (needed for source level debugging) as well as m68k-atari-mint toolchains

This commit is contained in:
Markus Fröschle
2012-10-30 11:44:40 +00:00
parent bff36c3731
commit 1e0d0b7f48
2 changed files with 11 additions and 2 deletions

View File

@@ -90,6 +90,10 @@ SECTIONS {
*(.data)
*(.bss)
#if (FORMAT == elf32-m68k)
*(.rodata)
*(.rodata.*)
#endif
_bas_end = ABSOLUTE(.);
} > ram