Browse Source

* made some target short names look more nicer

florian 20 years ago
parent
commit
78bff4ff2e
3 changed files with 20 additions and 11 deletions
  1. 10 7
      compiler/systems/i_linux.pas
  2. 5 2
      compiler/systems/i_morph.pas
  3. 5 2
      compiler/systems/i_palmos.pas

+ 10 - 7
compiler/systems/i_linux.pas

@@ -95,7 +95,7 @@ unit i_linux;
           (
             system       : system_m68k_linux;
             name         : 'Linux for m68k';
-            shortname    : 'linux';
+            shortname    : 'Linux';
             flags        : [tf_needs_symbol_size];
             cpu          : cpu_m68k;
             unit_env     : 'LINUXUNITS';
@@ -158,7 +158,7 @@ unit i_linux;
           (
             system       : system_powerpc_LINUX;
             name         : 'Linux for PowerPC';
-            shortname    : 'linux';
+            shortname    : 'Linux';
             flags        : [tf_needs_symbol_size];
             cpu          : cpu_powerpc;
             unit_env     : '';
@@ -221,7 +221,7 @@ unit i_linux;
           (
             system       : system_alpha_LINUX;
             name         : 'Linux for Alpha';
-            shortname    : 'linux';
+            shortname    : 'Linux';
             flags        : [tf_needs_symbol_size];
             cpu          : cpu_alpha;
             unit_env     : 'LINUXUNITS';
@@ -284,7 +284,7 @@ unit i_linux;
           (
             system       : system_x86_64_LINUX;
             name         : 'Linux for x86-64';
-            shortname    : 'linux';
+            shortname    : 'Linux';
             flags        : [tf_needs_symbol_size,tf_needs_dwarf_cfi];
             cpu          : cpu_x86_64;
             unit_env     : 'LINUXUNITS';
@@ -347,7 +347,7 @@ unit i_linux;
           (
             system       : system_SPARC_Linux;
             name         : 'Linux for SPARC';
-            shortname    : 'linux';
+            shortname    : 'Linux';
             flags        : [tf_needs_symbol_size];
             cpu          : cpu_SPARC;
             unit_env     : 'LINUXUNITS';
@@ -410,7 +410,7 @@ unit i_linux;
           (
             system       : system_arm_Linux;
             name         : 'Linux for ARM';
-            shortname    : 'linux';
+            shortname    : 'Linux';
             flags        : [tf_needs_symbol_size];
             cpu          : cpu_arm;
             unit_env     : 'LINUXUNITS';
@@ -513,7 +513,10 @@ initialization
 end.
 {
   $Log$
-  Revision 1.31  2004-10-25 15:38:41  peter
+  Revision 1.32  2004-12-11 14:39:03  florian
+    * made some target short names look more nicer
+
+  Revision 1.31  2004/10/25 15:38:41  peter
     * heap and heapsize removed
     * checkpointer fixes
 

+ 5 - 2
compiler/systems/i_morph.pas

@@ -32,7 +32,7 @@ unit i_morph;
           (
             system       : system_powerpc_MorphOS;
             name         : 'MorphOS';
-            shortname    : 'morphos';
+            shortname    : 'MorphOS';
             flags        : [];
             cpu          : cpu_powerpc;
             unit_env     : '';
@@ -102,7 +102,10 @@ initialization
 end.
 {
   $Log$
-  Revision 1.4  2004-10-25 15:38:41  peter
+  Revision 1.5  2004-12-11 14:39:03  florian
+    * made some target short names look more nicer
+
+  Revision 1.4  2004/10/25 15:38:41  peter
     * heap and heapsize removed
     * checkpointer fixes
 

+ 5 - 2
compiler/systems/i_palmos.pas

@@ -32,7 +32,7 @@ unit i_palmos;
           (
             system       : system_m68k_PalmOS;
             name         : 'PalmOS';
-            shortname    : 'palmos';
+            shortname    : 'PalmOS';
             flags        : [tf_code_small,tf_static_a5_based];
             cpu          : cpu_m68k;
             short_name   : 'PALMOS';
@@ -91,7 +91,10 @@ initialization
 end.
 {
   $Log$
-  Revision 1.4  2004-10-25 15:38:41  peter
+  Revision 1.5  2004-12-11 14:39:03  florian
+    * made some target short names look more nicer
+
+  Revision 1.4  2004/10/25 15:38:41  peter
     * heap and heapsize removed
     * checkpointer fixes