mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-09 15:57:43 +01:00
* Also use dllprt0 for openbsd
git-svn-id: trunk@23829 -
This commit is contained in:
parent
8d8509590f
commit
1ad6aacb78
@ -324,7 +324,9 @@ begin
|
||||
{ set special options for some targets }
|
||||
if not IsDarwin Then
|
||||
begin
|
||||
if isdll and (target_info.system in systems_freebsd) then
|
||||
if isdll and
|
||||
((target_info.system in systems_freebsd)
|
||||
or (target_info.system in systems_openbsd)) then
|
||||
begin
|
||||
prtobj:='dllprt0';
|
||||
cprtobj:='dllprt0';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user