aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2003-10-14 19:07:21 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2003-10-14 19:07:21 +0000
commit43aba518356cf8e4b25c0bd4075d9a0e010a706e (patch)
tree6bc43345c5a9199f512bd56ff8385081f1556068 /gcc/config.gcc
parent1b4d5fde31787e652ca03dcd9143911d34eab136 (diff)
downloadgcc-43aba518356cf8e4b25c0bd4075d9a0e010a706e.zip
gcc-43aba518356cf8e4b25c0bd4075d9a0e010a706e.tar.gz
gcc-43aba518356cf8e4b25c0bd4075d9a0e010a706e.tar.bz2
config.gcc, [...]: Replace uses of target_alias with target_noncanonical.
gcc: * config.gcc, config/m68hc11/t-m68hc11-gas: Replace uses of target_alias with target_noncanonical. ada: * Make-lang.in: Replace uses of $(target_alias) with $(target_noncanonical). * ada/Makefile.in: Remove unused mention of $(target_alias). cp: * Make-lang.in: Replace uses of $(target_alias) with $(target_noncanonical). java: * Make-lang.in: Replace uses of $(target_alias) with $(target_noncanonical). From-SVN: r72487
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
;;