+ define sunos as well for Solaris/SunOS

git-svn-id: trunk@2463 -
This commit is contained in:
florian 2006-02-06 22:24:04 +00:00
parent 6a03189443
commit 850188d5da

View File

@ -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';