From: Chris Hanson Date: Thu, 1 Apr 1993 18:38:16 +0000 (+0000) Subject: Update for HP-UX 9.01. X-Git-Tag: 20090517-FFI~8395 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=b6f4d8f6290b2b1af389200db6338784b964fd89;p=mit-scheme.git Update for HP-UX 9.01. --- diff --git a/v7/src/microcode/m/hp9k800.h b/v7/src/microcode/m/hp9k800.h index e9ff73013..e4840e07d 100644 --- a/v7/src/microcode/m/hp9k800.h +++ b/v7/src/microcode/m/hp9k800.h @@ -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 */