aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gnu.org>1992-05-10 21:20:59 +0000
committerTorbjorn Granlund <tege@gnu.org>1992-05-10 21:20:59 +0000
commit19cd230478f970696c294ee59566db2c5c2db1a0 (patch)
tree504247610b1fc9e9b783d1b72e90e6a492fd7bb4 /gcc
parent44047aa76f5a1631ba6aa11a3ed34c7fcfb19175 (diff)
downloadgcc-19cd230478f970696c294ee59566db2c5c2db1a0.zip
gcc-19cd230478f970696c294ee59566db2c5c2db1a0.tar.gz
gcc-19cd230478f970696c294ee59566db2c5c2db1a0.tar.bz2
*** empty log message ***
From-SVN: r957
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/pa/pa.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h
index 6ff2ebf..d232df3 100644
--- a/gcc/config/pa/pa.h
+++ b/gcc/config/pa/pa.h
@@ -31,6 +31,12 @@ enum cmp_type /* comparison type */
#define DBX_DEBUGGING_INFO
#define DEFAULT_GDB_EXTENSIONS 0
+#if (TARGET_DEFAULT & 1) == 0
+#define CPP_SPEC "%{msnake:-D__hp9000s700 -D_PA_RISC1_1}"
+#else
+#define CPP_SPEC "-D__hp9000s700 -D_PA_RISC1_1"
+#endif
+
/* Defines for a K&R CC */
#ifdef OLD_CC
@@ -66,12 +72,8 @@ enum cmp_type /* comparison type */
/* Names to predefine in the preprocessor for this target machine. */
-#ifdef hpux
-#define CPP_PREDEFINES "-Dhp9000s800 -D__hp9000s800 -Dhp9k8 -DPWB -Dhpux -Dunix -D_HPUX_SOURCE"
-#else
-#define CPP_PREDEFINES "-Dhp9000s800 -D__hp9000s800 -Dhp9k8 -Dunix -D_HPUX_SOURCE -Dhp9000 -Dhp800 -Dspectrum -DREVARGV"
-#endif
-
+#define CPP_PREDEFINES "-Dhppa -Dhp9000s800 -D__hp9000s800 -Dhp9k8 -Dunix -D_HPUX_SOURCE -Dhp9000 -Dhp800 -Dspectrum -DREVARGV"
+y
/* Print subsidiary information on the compiler version in use. */
#define TARGET_VERSION fprintf (stderr, " (hp9000s800)");