|
@@ -224,9 +224,9 @@ implementation
|
|
idtxt : 'AS';
|
|
idtxt : 'AS';
|
|
asmbin : 'as';
|
|
asmbin : 'as';
|
|
{$ifdef FPC_SPARC_V8_ONLY}
|
|
{$ifdef FPC_SPARC_V8_ONLY}
|
|
- asmcmd : '$PIC -o $OBJ $ASM';
|
|
|
|
|
|
+ asmcmd : '$PIC -o $OBJ $EXTRAOPT $ASM';
|
|
{$else}
|
|
{$else}
|
|
- asmcmd : '$ARCH $PIC -o $OBJ $ASM';
|
|
|
|
|
|
+ asmcmd : '$ARCH $PIC -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];
|
|
@@ -240,7 +240,7 @@ implementation
|
|
id : as_ggas;
|
|
id : as_ggas;
|
|
idtxt : 'GAS';
|
|
idtxt : 'GAS';
|
|
asmbin : 'gas';
|
|
asmbin : 'gas';
|
|
- asmcmd : '$ARCH $PIC -o $OBJ $ASM';
|
|
|
|
|
|
+ asmcmd : '$ARCH $PIC -o $OBJ $EXTRAOPT $ASM';
|
|
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];
|
|
labelprefix : '.L';
|
|
labelprefix : '.L';
|