mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 07:34:28 +02:00
+ define sunos as well for Solaris/SunOS
git-svn-id: trunk@2463 -
This commit is contained in:
parent
6a03189443
commit
850188d5da
@ -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';
|
||||
extradefines : 'UNIX;LIBC;SUNOS';
|
||||
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;';
|
||||
extradefines : 'UNIX;LIBC;SUNOS';
|
||||
exeext : '';
|
||||
defext : '.def';
|
||||
scriptext : '.sh';
|
||||
|
Loading…
Reference in New Issue
Block a user