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 b501b653c3
commit 73a1979bf5
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