浏览代码

Enable use of dllprt0 for netbsd

git-svn-id: trunk@23848 -
pierre 12 年之前
父节点
当前提交
8e2fcd6bfe
共有 1 个文件被更改,包括 1 次插入2 次删除
  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';