* Also use dllprt0 for openbsd

git-svn-id: trunk@23829 -
This commit is contained in:
pierre 2013-03-14 13:51:16 +00:00
parent 8d8509590f
commit 1ad6aacb78

View File

@ -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';