mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-11 06:20:47 +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 }
|
{ set special options for some targets }
|
||||||
if not IsDarwin Then
|
if not IsDarwin Then
|
||||||
begin
|
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
|
begin
|
||||||
prtobj:='dllprt0';
|
prtobj:='dllprt0';
|
||||||
cprtobj:='dllprt0';
|
cprtobj:='dllprt0';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user