Explorar el Código

* pass -32 to the sparc assembler

git-svn-id: trunk@36659 -
florian hace 8 años
padre
commit
c8c14d8db9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compiler/sparcgen/cpugas.pas

+ 1 - 1
compiler/sparcgen/cpugas.pas

@@ -229,7 +229,7 @@ implementation
 {$ifdef FPC_SPARC_V8_ONLY}
            asmcmd : '$PIC -o $OBJ $EXTRAOPT $ASM';
 {$else}
-           asmcmd : '$ARCH $PIC -o $OBJ $EXTRAOPT $ASM';
+           asmcmd : '$ARCH $PIC -32 -o $OBJ $EXTRAOPT $ASM';
 {$endif}
            supported_targets : [system_sparc_solaris,system_sparc_linux,system_sparc_embedded];
            flags : [af_needar,af_smartlink_sections];