Explorar o código

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

git-svn-id: trunk@22730 -
svenbarth %!s(int64=12) %!d(string=hai) anos
pai
achega
d91fbd3e10
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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,