From: Richard Stallman Date: Tue, 8 Jun 1993 17:28:22 +0000 (+0000) Subject: (CPP_SPEC): Fix typo. X-Git-Tag: misc/cutover-egcs-0~9294 X-Git-Url: https://gcc.gnu.org/git/?a=commitdiff_plain;h=d4d7b398ef9676e81582ae643ac36af4fb1dace6;p=gcc.git (CPP_SPEC): Fix typo. From-SVN: r4649 --- diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index e682f874c8fd..4b6315b852ea 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -110,7 +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:%{!mnosnake:-D__hp700s700 -D_PA_RISC1_1}}" +#define CPP_SPEC "%{!mpa-risc-1-0:%{!mnosnake:-D__hp9000s700 -D_PA_RISC1_1}}" #endif /* Defines for a K&R CC */