Explorar el Código

* use GNU Assembler by default on sparc-solaris, it's now called gas

git-svn-id: trunk@2510 -
florian hace 19 años
padre
commit
0b1b0047f4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compiler/sparc/cpugas.pas

+ 1 - 1
compiler/sparc/cpugas.pas

@@ -192,7 +192,7 @@ implementation
          (
            id     : as_gas;
            idtxt  : 'AS';
-           asmbin : 'as';
+           asmbin : 'gas';
            asmcmd : '-o $OBJ $ASM';
            supported_target : system_any;
            flags : [af_allowdirect,af_needar,af_smartlink_sections];