*** empty log message ***
authorTorbjorn Granlund <tege@gnu.org>
Sun, 10 May 1992 21:20:59 +0000 (21:20 +0000)
committerTorbjorn Granlund <tege@gnu.org>
Sun, 10 May 1992 21:20:59 +0000 (21:20 +0000)
From-SVN: r957

gcc/config/pa/pa.h

index 6ff2ebfc1e19ad1b0e31542f44cce89a9a116aac..d232df3d1b21211f9ab3e8f2630dd3aa72073f34 100644 (file)
@@ -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)");