Browse Source

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

git-svn-id: trunk@20740 -
florian 13 years ago
parent
commit
7819eb892c
1 changed files with 1 additions and 1 deletions
  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;