mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-03 03:08:10 +01:00
Use GNU ar also for x86_64 solaris
git-svn-id: trunk@27022 -
This commit is contained in:
parent
2c0bd0fe59
commit
7b359d06c4
@ -134,7 +134,7 @@ unit i_sunos;
|
||||
assemextern : as_ggas;
|
||||
link : ld_none;
|
||||
linkextern : ld_solaris;
|
||||
ar : ar_gnu_ar;
|
||||
ar : ar_gnu_gar;
|
||||
res : res_elf;
|
||||
dbg : dbg_dwarf2;
|
||||
script : script_unix;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user