From: Richard Kenner Date: Sat, 15 Apr 1995 17:26:23 +0000 (-0400) Subject: (override_options): Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fd84ddafb074116ba7b0b428cfd38c839c64bf1c;p=gcc.git (override_options): Fix typo. From-SVN: r9389 --- diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index d26d89cd590..875c9dad9f2 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -79,7 +79,7 @@ override_options () pa_cpu_string = "7100"; pa_cpu = PROCESSOR_7100; } - else if (! strncmp (pa_cpu_string, "7100LC")) + else if (! strcmp (pa_cpu_string, "7100LC")) { pa_cpu_string = "7100LC"; pa_cpu = PROCESSOR_7100LC;