* Use as_ggas for x86_64 solaris

git-svn-id: trunk@14240 -
This commit is contained in:
pierre 2009-11-21 16:26:25 +00:00
parent ff25f1797c
commit 30161fdc04

View File

@ -129,8 +129,8 @@ unit i_sunos;
Cprefix : '';
newline : #10;
dirsep : '/';
assem : as_gas{as_x86_64_elf64};
assemextern : as_gas;
assem : as_ggas{as_x86_64_elf64};
assemextern : as_ggas;
link : nil;
linkextern : nil;
ar : ar_gnu_ar;