Changes for HP-UX 8.0.
authorChris Hanson <org/chris-hanson/cph>
Mon, 16 Mar 1992 19:56:30 +0000 (19:56 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 16 Mar 1992 19:56:30 +0000 (19:56 +0000)
v7/src/microcode/m/hp9k300.h
v7/src/microcode/m/hp9k400.h

index 61b6082d8ab4371519de1303e1645f0d20cdbdfb..a7fa7cbcb7a48d46600b303657adfaa99635b2ac 100644 (file)
@@ -1,9 +1,9 @@
 /* -*-C-*-
    Machine file for HP9000 series 300 (or 200)
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/m/Attic/hp9k300.h,v 1.7 1991/03/28 05:37:46 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/m/Attic/hp9k300.h,v 1.8 1992/03/16 19:56:30 cph Exp $
 
-Copyright (c) 1989, 1990 Massachusetts Institute of Technology
+Copyright (c) 1989-92 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -63,11 +63,13 @@ MIT in each case. */
 
 #ifndef ALTERNATE_CC
 
-/* For hp-ux version 6.2 and earlier, comment out this definition. */
-/* The full optimizer breaks some of the files under 6.5. */
-#define C_OPTIMIZE_SWITCH +O1
+/* For hp-ux version 6.5 or 7.0, uncomment this definition.  */
+/* The full optimizer breaks some of the files in those versions.  */
+/* #define C_OPTIMIZE_SWITCH +O1 */
 
-#define C_SWITCH_MACHINE -Wp,-H60000 -Wc,-Nt30000,-Ns3000 -DTYPE_CODE_LENGTH=6
+#define C_SWITCH_MACHINE -Wp,-H512000 -DTYPE_CODE_LENGTH=6
+/* For hp-ux prior to 8.0, add the following switches to the previous line:
+   -Wc,-Nt30000,-Ns3000  */
 
 #else
 
index 3d42204680e227468165c65003f0c6c36ce8e1c1..fd2ee7c78f79fa64f4a9f2e1bda49cca275dc4d5 100644 (file)
@@ -1,9 +1,9 @@
 /* -*-C-*-
    Machine file for HP9000 series 400 (or 300) with 68040
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/m/Attic/hp9k400.h,v 1.2 1991/03/28 18:45:19 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/m/Attic/hp9k400.h,v 1.3 1992/03/16 19:55:09 cph Exp $
 
-Copyright (c) 1991 Massachusetts Institute of Technology
+Copyright (c) 1991-92 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -63,11 +63,13 @@ MIT in each case. */
 
 #ifndef ALTERNATE_CC
 
-/* For hp-ux version 6.2 and earlier, comment out this definition. */
-/* The full optimizer breaks some of the files under 6.5. */
-#define C_OPTIMIZE_SWITCH +O1
+/* For hp-ux version 6.5 or 7.0, uncomment this definition.  */
+/* The full optimizer breaks some of the files in those versions.  */
+/* #define C_OPTIMIZE_SWITCH +O1 */
 
-#define C_SWITCH_MACHINE -Wp,-H60000 -Wc,-Nt30000,-Ns3000 -DTYPE_CODE_LENGTH=6 -DCOMPILER_PROCESSOR_TYPE=COMPILER_MC68040_TYPE
+#define C_SWITCH_MACHINE -Wp,-H512000 -DTYPE_CODE_LENGTH=6 -DCOMPILER_PROCESSOR_TYPE=COMPILER_MC68040_TYPE
+/* For hp-ux prior to 8.0, add the following switches to the previous line:
+   -Wc,-Nt30000,-Ns3000  */
 
 #else