]> gcc.gnu.org Git - gcc.git/commitdiff
pa.h (CPP_SPEC): Correct specs so that _PA_RISC1_1 is only defined when...
authorJeff Law <law@gcc.gnu.org>
Fri, 14 May 1993 04:50:47 +0000 (22:50 -0600)
committerJeff Law <law@gcc.gnu.org>
Fri, 14 May 1993 04:50:47 +0000 (22:50 -0600)
* pa.h (CPP_SPEC): Correct specs so that _PA_RISC1_1 is
only defined when generating code for 1.1 machines
regardless of the default target.

From-SVN: r4449

gcc/config/pa/pa.h

index 37731a24d4a687c990b1b289447acc3cac8c1ea3..1508c2cd39d794117fe10d3a1c00c6de13a79b42 100644 (file)
@@ -110,8 +110,7 @@ extern int target_flags;
 #define CPP_SPEC "%{msnake:-D__hp9000s700 -D_PA_RISC1_1}\
  %{mpa-risc-1-1:-D__hp9000s700 -D_PA_RISC1_1}"
 #else
-#define CPP_SPEC "%{!mpa-risc-1-0:-D__hp9000s700 -D_PA_RISC1_1}\
- %{!mnosnake:-D__hp9000s700 -D_PA_RISC1_1}"
+#define CPP_SPEC "%{!mpa-risc-1-0:%{!mnosnake:-D__hp700s700 -D_PA_RISC1_1}}"
 #endif
 
 /* Defines for a K&R CC */
This page took 0.068968 seconds and 5 git commands to generate.