Enable use of dllprt0 for netbsd

git-svn-id: trunk@23848 -
This commit is contained in:
pierre 2013-03-15 16:21:22 +00:00
parent 050cc0b0a7
commit 8e2fcd6bfe

View File

@ -325,8 +325,7 @@ begin
if not IsDarwin Then
begin
if isdll and
((target_info.system in systems_freebsd)
or (target_info.system in systems_openbsd)) then
(target_info.system in systems_bsd) then
begin
prtobj:='dllprt0';
cprtobj:='dllprt0';