aggas.pas: m68k-linux needs preceding ".section" as well

git-svn-id: trunk@22730 -
This commit is contained in:
svenbarth 2012-10-18 20:10:52 +00:00
parent 6034866050
commit d91fbd3e10

View File

@ -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,