mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 02:49:21 +02:00
* Set a default dynamic linker for OpenBSD
git-svn-id: trunk@19451 -
This commit is contained in:
parent
4601bca836
commit
0cd15043b3
@ -186,6 +186,10 @@ begin
|
||||
DllCmd[2]:='strip --strip-unneeded $EXE'
|
||||
else
|
||||
DllCmd[2]:='strip -x $EXE';
|
||||
{ OpenBSD seems to use a wrong dynamic linker by default }
|
||||
if target_info.system = system_i386_openbsd then
|
||||
DynamicLinker:='/usr/libexec/ld.so'
|
||||
else
|
||||
DynamicLinker:='';
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user