* pass -32 to the sparc assembler

git-svn-id: trunk@36659 -
This commit is contained in:
florian 2017-07-07 09:08:05 +00:00
parent a9a0ca6649
commit c8c14d8db9

View File

@ -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];