소스 검색

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

git-svn-id: trunk@20740 -
florian 13 년 전
부모
커밋
7819eb892c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;