mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 08:38:14 +02:00
Fix ld.lld options for i386-freebsd target
This commit is contained in:
parent
11076f084c
commit
665b019ef3
@ -468,7 +468,10 @@ begin
|
||||
|
||||
if target_info.system=system_i386_freebsd then
|
||||
begin
|
||||
targetstr:='-b elf32-i386-freebsd';
|
||||
if cs_link_lld in current_settings.globalswitches then
|
||||
targetstr:='-b elf'
|
||||
else
|
||||
targetstr:='-b elf32-i386-freebsd';
|
||||
emulstr:='-m elf_i386_fbsd';
|
||||
end
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user