Răsfoiți Sursa

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

git-svn-id: trunk@22730 -
svenbarth 12 ani în urmă
părinte
comite
d91fbd3e10
1 a modificat fișierele cu 1 adăugiri și 2 ștergeri
  1. 1 2
      compiler/aggas.pas

+ 1 - 2
compiler/aggas.pas

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