mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-09 20:18:38 +02:00
* use GNU Assembler by default on sparc-solaris, it's now called gas
git-svn-id: trunk@2510 -
This commit is contained in:
parent
92c389aaeb
commit
0b1b0047f4
@ -192,7 +192,7 @@ implementation
|
||||
(
|
||||
id : as_gas;
|
||||
idtxt : 'AS';
|
||||
asmbin : 'as';
|
||||
asmbin : 'gas';
|
||||
asmcmd : '-o $OBJ $ASM';
|
||||
supported_target : system_any;
|
||||
flags : [af_allowdirect,af_needar,af_smartlink_sections];
|
||||
|
Loading…
Reference in New Issue
Block a user