Selaa lähdekoodia

Enable use of dllprt0 for netbsd

git-svn-id: trunk@23848 -
pierre 12 vuotta sitten
vanhempi
commit
8e2fcd6bfe
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      compiler/systems/t_bsd.pas

+ 1 - 2
compiler/systems/t_bsd.pas

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