mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 10:06:23 +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;
|
newline : #13#10;
|
||||||
dirsep : '\';
|
dirsep : '\';
|
||||||
assem : as_x86_64_pecoff;
|
assem : as_x86_64_pecoff;
|
||||||
assemextern : as_x86_64_masm;
|
assemextern : as_gas;
|
||||||
link : nil;
|
link : nil;
|
||||||
linkextern : nil;
|
linkextern : nil;
|
||||||
ar : ar_gnu_ar;
|
ar : ar_gnu_ar;
|
||||||
|
Loading…
Reference in New Issue
Block a user