diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/pa/pa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index d26d89c..875c9da 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; |