From 0b1b0047f46d142b51dd0cc8cb15505880649f34 Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 10 Feb 2006 19:06:28 +0000 Subject: [PATCH] * use GNU Assembler by default on sparc-solaris, it's now called gas git-svn-id: trunk@2510 - --- compiler/sparc/cpugas.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/sparc/cpugas.pas b/compiler/sparc/cpugas.pas index 9c85857f46..b0ade7c8d6 100644 --- a/compiler/sparc/cpugas.pas +++ b/compiler/sparc/cpugas.pas @@ -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];