aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index b166294..52bbe92 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -2192,7 +2192,7 @@ if test x$with_cpu = x ; then
with_cpu=i486
;;
i586-*-*)
- case $target_alias in
+ case ${target_noncanonical} in
k6_2-*)
with_cpu=k6-2
;;
@@ -2211,7 +2211,7 @@ if test x$with_cpu = x ; then
esac
;;
i686-*-* | i786-*-*)
- case $target_alias in
+ case ${target_noncanonical} in
k8-*)
with_cpu=k8
;;