mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 17:19:33 +02:00
* defined HASUNIX for Solaris
git-svn-id: trunk@4347 -
This commit is contained in:
parent
7522d8d967
commit
a530c3e611
@ -35,7 +35,7 @@ unit i_sunos;
|
||||
flags : [tf_under_development,tf_files_case_sensitive,tf_use_function_relative_addresses];
|
||||
cpu : cpu_i386;
|
||||
unit_env : 'SOLARISUNITS';
|
||||
extradefines : 'UNIX;LIBC;SUNOS';
|
||||
extradefines : 'UNIX;LIBC;SUNOS;HASUNIX';
|
||||
exeext : '';
|
||||
defext : '.def';
|
||||
scriptext : '.sh';
|
||||
@ -93,7 +93,7 @@ unit i_sunos;
|
||||
flags : [tf_needs_symbol_size,tf_under_development,tf_files_case_sensitive,tf_use_function_relative_addresses];
|
||||
cpu : cpu_SPARC;
|
||||
unit_env : 'SOLARISUNITS';
|
||||
extradefines : 'UNIX;LIBC;SUNOS';
|
||||
extradefines : 'UNIX;LIBC;SUNOS;HASUNIX';
|
||||
exeext : '';
|
||||
defext : '.def';
|
||||
scriptext : '.sh';
|
||||
|
Loading…
Reference in New Issue
Block a user