mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-16 19:58:32 +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
|
case target_info.system of
|
||||||
system_i386_OS2,
|
system_i386_OS2,
|
||||||
system_i386_EMX,
|
system_i386_EMX,
|
||||||
system_m68k_amiga, { amiga has old GNU AS (2.14), which blews up from .section (KB) }
|
system_m68k_amiga: ; { amiga has old GNU AS (2.14), which blews up from .section (KB) }
|
||||||
system_m68k_linux: ;
|
|
||||||
system_powerpc_darwin,
|
system_powerpc_darwin,
|
||||||
system_i386_darwin,
|
system_i386_darwin,
|
||||||
system_i386_iphonesim,
|
system_i386_iphonesim,
|
||||||
|
Loading…
Reference in New Issue
Block a user