Browse Source

* pass -32 to the sparc assembler

git-svn-id: trunk@36659 -
florian 8 years ago
parent
commit
c8c14d8db9
1 changed files with 1 additions and 1 deletions
  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];