Explorar o código

* use GNU AS as default assembler on x86_64-win64 now

git-svn-id: trunk@20740 -
florian %!s(int64=13) %!d(string=hai) anos
pai
achega
7819eb892c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/systems/i_win.pas

+ 1 - 1
compiler/systems/i_win.pas

@@ -133,7 +133,7 @@ unit i_win;
             newline      : #13#10;
             dirsep       : '\';
             assem        : as_x86_64_pecoff;
-            assemextern  : as_x86_64_masm;
+            assemextern  : as_gas;
             link         : nil;
             linkextern   : nil;
             ar           : ar_gnu_ar;