diff options
author | Jeff Law <law@gcc.gnu.org> | 1993-05-13 22:50:47 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1993-05-13 22:50:47 -0600 |
commit | 76ace27b1e4c11036f6d56236621c23afbf93e51 (patch) | |
tree | 0a5ea12f8611058d83d043bc421e54f06fa0b95f /gcc | |
parent | 6e11a3281c9ad4a306a6bd9e2578181fd56f9543 (diff) | |
download | gcc-76ace27b1e4c11036f6d56236621c23afbf93e51.zip gcc-76ace27b1e4c11036f6d56236621c23afbf93e51.tar.gz gcc-76ace27b1e4c11036f6d56236621c23afbf93e51.tar.bz2 |
pa.h (CPP_SPEC): Correct specs so that _PA_RISC1_1 is only defined when...
* 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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/pa/pa.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 37731a2..1508c2c 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -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 */ |