2
0
Эх сурвалжийг харах

+ 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 18 жил өмнө
parent
commit
8c4f672954

+ 3 - 1
compiler/aggas.pas

@@ -328,7 +328,9 @@ implementation
         AsmLn;
         AsmLn;
         case target_info.system of
         case target_info.system of
          system_i386_OS2,
          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_powerpc_darwin,
          system_i386_darwin:
          system_i386_darwin:
            begin
            begin