mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 07:28:26 +02:00
* use GNU AS as default assembler on x86_64-win64 now
git-svn-id: trunk@20740 -
This commit is contained in:
parent
c4d80a8a10
commit
7819eb892c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user