mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 14:40:25 +02:00
* Use as_ggas for x86_64 solaris
git-svn-id: trunk@14240 -
This commit is contained in:
parent
ff25f1797c
commit
30161fdc04
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user