浏览代码

* Use as_ggas for x86_64 solaris

git-svn-id: trunk@14240 -
pierre 15 年之前
父节点
当前提交
30161fdc04
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      compiler/systems/i_sunos.pas

+ 2 - 2
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;