mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 05:00:07 +02:00
aggas.pas: m68k-linux needs preceding ".section" as well
git-svn-id: trunk@22730 -
This commit is contained in:
parent
6034866050
commit
d91fbd3e10
@ -518,8 +518,7 @@ implementation
|
||||
case target_info.system of
|
||||
system_i386_OS2,
|
||||
system_i386_EMX,
|
||||
system_m68k_amiga, { amiga has old GNU AS (2.14), which blews up from .section (KB) }
|
||||
system_m68k_linux: ;
|
||||
system_m68k_amiga: ; { amiga has old GNU AS (2.14), which blews up from .section (KB) }
|
||||
system_powerpc_darwin,
|
||||
system_i386_darwin,
|
||||
system_i386_iphonesim,
|
||||
|
Loading…
Reference in New Issue
Block a user