Commit d4d7b398 by Richard Stallman

(CPP_SPEC): Fix typo.

From-SVN: r4649
parent edebe164
...@@ -110,7 +110,7 @@ extern int target_flags; ...@@ -110,7 +110,7 @@ extern int target_flags;
#define CPP_SPEC "%{msnake:-D__hp9000s700 -D_PA_RISC1_1}\ #define CPP_SPEC "%{msnake:-D__hp9000s700 -D_PA_RISC1_1}\
%{mpa-risc-1-1:-D__hp9000s700 -D_PA_RISC1_1}" %{mpa-risc-1-1:-D__hp9000s700 -D_PA_RISC1_1}"
#else #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 #endif
/* Defines for a K&R CC */ /* Defines for a K&R CC */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment