Browse Source

* renamed target macosppc to macppc

florian 23 years ago
parent
commit
5fdb2a891e
1 changed files with 5 additions and 2 deletions
  1. 5 2
      compiler/systems/i_macos.pas

+ 5 - 2
compiler/systems/i_macos.pas

@@ -31,7 +31,7 @@ unit i_macos;
           (
           (
             system       : system_powerpc_MACOS;
             system       : system_powerpc_MACOS;
             name         : 'MacOs (PowerPC)';
             name         : 'MacOs (PowerPC)';
-            shortname    : 'MacOSPPC';
+            shortname    : 'MacOS';
             flags        : [];
             flags        : [];
             cpu          : cpu_powerpc;
             cpu          : cpu_powerpc;
             unit_env     : '';
             unit_env     : '';
@@ -102,7 +102,10 @@ initialization
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.1  2002-09-06 15:03:51  carl
+  Revision 1.2  2002-09-11 19:59:14  florian
+    * renamed target macosppc to macppc
+
+  Revision 1.1  2002/09/06 15:03:51  carl
     * moved files to systems directory
     * moved files to systems directory
 
 
   Revision 1.3  2002/08/20 21:40:44  florian
   Revision 1.3  2002/08/20 21:40:44  florian