mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 05:10:52 +02:00
Disable internal linker in arm-linux for now.
git-svn-id: branches/laksen/armiw@29707 -
This commit is contained in:
parent
60b3ea8038
commit
55fe3b4e77
@ -650,7 +650,7 @@ unit i_linux;
|
||||
dirsep : '/';
|
||||
assem : as_arm_elf32;
|
||||
assemextern : as_gas;
|
||||
link : ld_int_linux;
|
||||
link : ld_none;
|
||||
linkextern : ld_linux;
|
||||
ar : ar_gnu_ar;
|
||||
res : res_elf;
|
||||
|
Loading…
Reference in New Issue
Block a user