From 19cd230478f970696c294ee59566db2c5c2db1a0 Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Sun, 10 May 1992 21:20:59 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r957 --- gcc/config/pa/pa.h | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 6ff2ebfc1e1..d232df3d1b2 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)"); -- 2.30.2