Update for HP-UX 9.01.
authorChris Hanson <org/chris-hanson/cph>
Thu, 1 Apr 1993 18:38:16 +0000 (18:38 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 1 Apr 1993 18:38:16 +0000 (18:38 +0000)
v7/src/microcode/m/hp9k800.h

index e9ff730130c41e645b4fd12fed0147fd174b984a..e4840e07d4317dd1e2e11cc11a0cd61bd4cc52e5 100644 (file)
@@ -1,7 +1,7 @@
 /* -*-C-*-
    Machine file for HP9000 series 600, 700, 800.
 
-$Id: hp9k800.h,v 1.11 1993/02/06 05:36:04 gjr Exp $
+$Id: hp9k800.h,v 1.12 1993/04/01 18:38:16 cph Exp $
 
 Copyright (c) 1989-1993 Massachusetts Institute of Technology
 
@@ -48,9 +48,14 @@ MIT in each case. */
 
 #ifndef ALTERNATE_CC
    /* Assume HPC */
-   /* Instead of "-Aa -D_HPUX_SOURCE" you can use "-Wp,-H512000" to
-      get the traditional C compiler. */
-#  define C_SWITCH_MACHINE -Aa -D_HPUX_SOURCE
+/* C_SWITCH_MACHINE can take on several values:
+   1. "-Ae" is for use on HP-UX 9.0 and later; it specifies ANSI C
+      with HP-UX extensions.
+   2. "-Aa -D_HPUX_SOURCE" is similar but for earlier HP-UX releases.
+   3. "-Wp,-H512000" can be used in pre-9.0 releases to get
+      traditional C (it might work in 9.0 also but hasn't been
+      tested).  */
+#  define C_SWITCH_MACHINE -Ae
 #  define M4_SWITCH_MACHINE -DTYPE_CODE_LENGTH=6 -DHPC
 #else
    /* Assume GCC */