Bläddra i källkod

m68k-sinclairql: apply the same hack as for amiga and atari to avoid vlink section attribute warning

git-svn-id: trunk@49295 -
Károly Balogh 4 år sedan
förälder
incheckning
f76bb5fc5e
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      compiler/aggas.pas

+ 2 - 1
compiler/aggas.pas

@@ -513,7 +513,8 @@ implementation
          system_i386_OS2,
          system_i386_EMX: ;
          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
              { ... but vasm is GAS compatible on amiga/atari, and supports named sections }
              if create_smartlink_sections then