summaryrefslogtreecommitdiff
path: root/compiler/systems/i_sunos.pas
diff options
context:
space:
mode:
authorpierre <pierre@3ad0048d-3df7-0310-abae-a5850022a9f2>2009-11-21 16:26:25 +0000
committerpierre <pierre@3ad0048d-3df7-0310-abae-a5850022a9f2>2009-11-21 16:26:25 +0000
commit48dec039eed56104117e2082c412faf3a47a8674 (patch)
tree55b90cb265b96348e0a2120ad8209a04c5a7cb65 /compiler/systems/i_sunos.pas
parente0c95be7e4dde808da703574659d3b6f0753da7b (diff)
downloadfpc-48dec039eed56104117e2082c412faf3a47a8674.tar.gz
* Use as_ggas for x86_64 solaris
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@14240 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/systems/i_sunos.pas')
-rw-r--r--compiler/systems/i_sunos.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/systems/i_sunos.pas b/compiler/systems/i_sunos.pas
index 9218a106dd..a3cad82353 100644
--- a/compiler/systems/i_sunos.pas
+++ b/compiler/systems/i_sunos.pas
@@ -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;