mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 00:08:12 +02:00
* set freebsd to ld.bfd
This commit is contained in:
parent
b36b610424
commit
fb7565fc6c
@ -126,7 +126,7 @@ procedure TLinkerBSD.SetDefaultInfo;
|
||||
var
|
||||
LdProgram: string='ld';
|
||||
begin
|
||||
if target_info.system in (systems_openbsd+[system_x86_64_dragonfly]) then
|
||||
if target_info.system in (systems_openbsd+systems_freebsd+[system_x86_64_dragonfly]) then
|
||||
LdProgram:='ld.bfd';
|
||||
LibrarySuffix:=' ';
|
||||
LdSupportsNoResponseFile := (target_info.system in ([system_m68k_netbsd]+systems_darwin));
|
||||
|
Loading…
Reference in New Issue
Block a user