瀏覽代碼

* FreeBSD/x86_64 didn't define BSD

git-svn-id: trunk@6977 -
marco 18 年之前
父節點
當前提交
a6933471cd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/systems/i_bsd.pas

+ 1 - 1
compiler/systems/i_bsd.pas

@@ -102,7 +102,7 @@ unit i_bsd;
             flags        : [tf_needs_symbol_size,tf_pic_uses_got,tf_files_case_sensitive,tf_use_function_relative_addresses{,tf_smartlink_sections}];
             cpu          : cpu_x86_64;
             unit_env     : 'BSDUNITS';
-            extradefines : 'UNIX;HASUNIX';
+            extradefines : 'UNIX;HASUNIX;BSD';
             exeext       : '';
             defext       : '.def';
             scriptext    : '.sh';