mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 23:49:29 +02:00
Use /libexec/ld-elf.so.2 as dynamic linker for DragonFly OS
git-svn-id: trunk@31210 -
This commit is contained in:
parent
f08fa883e2
commit
014d2f805d
@ -192,6 +192,8 @@ begin
|
||||
DynamicLinker:='/usr/libexec/ld.so'
|
||||
else if target_info.system in systems_netbsd then
|
||||
DynamicLinker:='/usr/libexec/ld.elf_so'
|
||||
else if target_info.system=system_x86_64_dragonfly then
|
||||
DynamicLinker:='/libexec/ld-elf.so.2'
|
||||
else
|
||||
DynamicLinker:='';
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user