mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 05:10:27 +02:00
NetBSD also needs explicit DynamicLinker
git-svn-id: trunk@20293 -
This commit is contained in:
parent
0f1a4f94af
commit
8efbcbaabb
@ -189,8 +189,10 @@ begin
|
||||
{ OpenBSD seems to use a wrong dynamic linker by default }
|
||||
if target_info.system = system_i386_openbsd then
|
||||
DynamicLinker:='/usr/libexec/ld.so'
|
||||
else if target_info.system = system_i386_netbsd then
|
||||
DynamicLinker:='/usr/libexec/ld.elf_so'
|
||||
else
|
||||
DynamicLinker:='';
|
||||
DynamicLinker:='';
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user