mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 05:49:12 +02:00
m68k-sinclairql: apply the same hack as for amiga and atari to avoid vlink section attribute warning
git-svn-id: trunk@49295 -
This commit is contained in:
parent
cdc7fec019
commit
f76bb5fc5e
@ -513,7 +513,8 @@ implementation
|
|||||||
system_i386_OS2,
|
system_i386_OS2,
|
||||||
system_i386_EMX: ;
|
system_i386_EMX: ;
|
||||||
system_m68k_atari, { atari tos/mint GNU AS also doesn't seem to like .section (KB) }
|
system_m68k_atari, { atari tos/mint GNU AS also doesn't seem to like .section (KB) }
|
||||||
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_sinclairql: { same story, only ancient GNU tools available (KB) }
|
||||||
begin
|
begin
|
||||||
{ ... but vasm is GAS compatible on amiga/atari, and supports named sections }
|
{ ... but vasm is GAS compatible on amiga/atari, and supports named sections }
|
||||||
if create_smartlink_sections then
|
if create_smartlink_sections then
|
||||||
|
Loading…
Reference in New Issue
Block a user