Procházet zdrojové kódy

+ avoidin .sections in the generated asm file for m68k-amiga,
and m68k-linux, to fix old GNU AS. hope this change doesn't
break the new one... (did i mention that GNU binutils suck?)

git-svn-id: trunk@5545 -

Károly Balogh před 18 roky
rodič
revize
8c4f672954
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. 3 1
      compiler/aggas.pas

+ 3 - 1
compiler/aggas.pas

@@ -328,7 +328,9 @@ implementation
         AsmLn;
         case target_info.system of
          system_i386_OS2,
-         system_i386_EMX: ;
+         system_i386_EMX, 
+         system_m68k_amiga,  { amiga has old GNU AS (2.14), which blews up from .section (KB) }
+         system_m68k_linux: ;
          system_powerpc_darwin,
          system_i386_darwin:
            begin