Browse Source

* FreeBSD/x86_64 didn't define BSD

git-svn-id: trunk@6977 -
marco 18 years ago
parent
commit
a6933471cd
1 changed files with 1 additions and 1 deletions
  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';