mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 03:29:34 +01:00
Enable use of dllprt0 for netbsd
git-svn-id: trunk@23848 -
This commit is contained in:
parent
050cc0b0a7
commit
8e2fcd6bfe
@ -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';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user