From d4d7b398ef9676e81582ae643ac36af4fb1dace6 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Tue, 8 Jun 1993 17:28:22 +0000 Subject: [PATCH] (CPP_SPEC): Fix typo. From-SVN: r4649 --- gcc/config/pa/pa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.43.5