mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 15:00:29 +02:00
* FreeBSD/x86_64 didn't define BSD
git-svn-id: trunk@6977 -
This commit is contained in:
parent
70b438a40f
commit
a6933471cd
@ -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}];
|
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;
|
cpu : cpu_x86_64;
|
||||||
unit_env : 'BSDUNITS';
|
unit_env : 'BSDUNITS';
|
||||||
extradefines : 'UNIX;HASUNIX';
|
extradefines : 'UNIX;HASUNIX;BSD';
|
||||||
exeext : '';
|
exeext : '';
|
||||||
defext : '.def';
|
defext : '.def';
|
||||||
scriptext : '.sh';
|
scriptext : '.sh';
|
||||||
|
Loading…
Reference in New Issue
Block a user