* use GNU Assembler by default on sparc-solaris, it's now called gas

git-svn-id: trunk@2510 -
This commit is contained in:
florian 2006-02-10 19:06:28 +00:00
parent 92c389aaeb
commit 0b1b0047f4

View File

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