Explorar el Código

* FreeBSD/x86_64 didn't define BSD

git-svn-id: trunk@6977 -
marco hace 18 años
padre
commit
a6933471cd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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';