mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-11 06:01:25 +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;
|
id : as_gas;
|
||||||
idtxt : 'AS';
|
idtxt : 'AS';
|
||||||
asmbin : 'as';
|
asmbin : 'gas';
|
||||||
asmcmd : '-o $OBJ $ASM';
|
asmcmd : '-o $OBJ $ASM';
|
||||||
supported_target : system_any;
|
supported_target : system_any;
|
||||||
flags : [af_allowdirect,af_needar,af_smartlink_sections];
|
flags : [af_allowdirect,af_needar,af_smartlink_sections];
|
||||||
|
Loading…
Reference in New Issue
Block a user