Sfoglia il codice sorgente

+ define sunos as well for Solaris/SunOS

git-svn-id: trunk@2463 -
florian 19 anni fa
parent
commit
850188d5da
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      compiler/systems/i_sunos.pas

+ 2 - 2
compiler/systems/i_sunos.pas

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