]> gcc.gnu.org Git - gcc.git/commitdiff
(CPP_SPEC): Fix typo.
authorRichard Stallman <rms@gnu.org>
Tue, 8 Jun 1993 17:28:22 +0000 (17:28 +0000)
committerRichard Stallman <rms@gnu.org>
Tue, 8 Jun 1993 17:28:22 +0000 (17:28 +0000)
From-SVN: r4649

gcc/config/pa/pa.h

index e682f874c8fde2800cc6af64bca3c3753fa47225..4b6315b852ea030cd64ff4fda7644f420048a344 100644 (file)
@@ -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 */
This page took 0.059387 seconds and 5 git commands to generate.