2
0
Эх сурвалжийг харах

* Updated compiler status

olle 21 жил өмнө
parent
commit
0bf14e759f

+ 6 - 3
compiler/systems/i_bsd.pas

@@ -353,7 +353,7 @@ unit i_bsd;
             system       : system_powerpc_netbsd;
             system       : system_powerpc_netbsd;
             name         : 'NetBSD for PowerPC';
             name         : 'NetBSD for PowerPC';
             shortname    : 'NetBSD';
             shortname    : 'NetBSD';
-            flags        : [];
+            flags        : [tf_under_development];
             cpu          : cpu_powerpc;
             cpu          : cpu_powerpc;
             unit_env     : '';
             unit_env     : '';
             extradefines : 'UNIX;BSD;HASUNIX';
             extradefines : 'UNIX;BSD;HASUNIX';
@@ -419,7 +419,7 @@ unit i_bsd;
             system       : system_powerpc_darwin;
             system       : system_powerpc_darwin;
             name         : 'Darwin for PowerPC';
             name         : 'Darwin for PowerPC';
             shortname    : 'Darwin';
             shortname    : 'Darwin';
-            flags        : [tf_under_development];
+            flags        : [];
             cpu          : cpu_powerpc;
             cpu          : cpu_powerpc;
             unit_env     : 'BSDUNITS';
             unit_env     : 'BSDUNITS';
             extradefines : 'UNIX;BSD;HASUNIX';
             extradefines : 'UNIX;BSD;HASUNIX';
@@ -513,7 +513,10 @@ initialization
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.12  2004-06-20 08:55:32  florian
+  Revision 1.13  2004-09-12 20:33:21  olle
+    * Updated compiler status
+
+  Revision 1.12  2004/06/20 08:55:32  florian
     * logs truncated
     * logs truncated
 
 
   Revision 1.11  2004/06/16 20:07:11  florian
   Revision 1.11  2004/06/16 20:07:11  florian

+ 5 - 2
compiler/systems/i_macos.pas

@@ -30,7 +30,7 @@ unit i_macos;
        system_powerpc_macos_info : tsysteminfo =
        system_powerpc_macos_info : tsysteminfo =
           (
           (
             system       : system_powerpc_MACOS;
             system       : system_powerpc_MACOS;
-            name         : 'MacOS (PowerPC)';
+            name         : 'Mac OS for PowerPC';
             shortname    : 'MacOS';
             shortname    : 'MacOS';
             flags        : [];
             flags        : [];
             cpu          : cpu_powerpc;
             cpu          : cpu_powerpc;
@@ -102,7 +102,10 @@ initialization
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.16  2004-07-05 21:26:35  olle
+  Revision 1.17  2004-09-12 20:33:21  olle
+    * Updated compiler status
+
+  Revision 1.16  2004/07/05 21:26:35  olle
     + allow fileextension .p, in mode macpas
     + allow fileextension .p, in mode macpas
 
 
   Revision 1.15  2004/06/20 08:55:32  florian
   Revision 1.15  2004/06/20 08:55:32  florian