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

* pass -32 to the sparc assembler

git-svn-id: trunk@36659 -
florian 8 жил өмнө
parent
commit
c8c14d8db9

+ 1 - 1
compiler/sparcgen/cpugas.pas

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