mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 14:29:14 +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 }
|
{ OpenBSD seems to use a wrong dynamic linker by default }
|
||||||
if target_info.system = system_i386_openbsd then
|
if target_info.system = system_i386_openbsd then
|
||||||
DynamicLinker:='/usr/libexec/ld.so'
|
DynamicLinker:='/usr/libexec/ld.so'
|
||||||
|
else if target_info.system = system_i386_netbsd then
|
||||||
|
DynamicLinker:='/usr/libexec/ld.elf_so'
|
||||||
else
|
else
|
||||||
DynamicLinker:='';
|
DynamicLinker:='';
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user