aboutsummaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorPhilipp Thomas <kthomas@gwdg.de>1999-04-10 21:50:51 +0000
committerRichard Henderson <rth@gcc.gnu.org>1999-04-10 14:50:51 -0700
commitf9ae47d6529ff3f28f0c8d5fd3f55f3a3468879e (patch)
treedba3a25bc6640e697c0c0fa38840422b220a0355 /config.sub
parentf5c14c21eb44057547637c5f3fae1c033fea2e89 (diff)
downloadgcc-f9ae47d6529ff3f28f0c8d5fd3f55f3a3468879e.zip
gcc-f9ae47d6529ff3f28f0c8d5fd3f55f3a3468879e.tar.gz
gcc-f9ae47d6529ff3f28f0c8d5fd3f55f3a3468879e.tar.bz2
* config.sub: Set basic_machine to i586 when target_alias = k6-*.
From-SVN: r26340
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.sub b/config.sub
index 4f442ec..3bb8d2c 100755
--- a/config.sub
+++ b/config.sub
@@ -641,19 +641,19 @@ case $basic_machine in
pc532 | pc532-*)
basic_machine=ns32k-pc532
;;
- pentium | p5 | k5 | nexen)
+ pentium | p5 | k5 | k6 | nexen)
basic_machine=i586-pc
;;
- pentiumpro | p6 | k6 | 6x86)
+ pentiumpro | p6 | 6x86)
basic_machine=i686-pc
;;
pentiumii | pentium2)
basic_machine=i786-pc
;;
- pentium-* | p5-* | k5-* | nexen-*)
+ pentium-* | p5-* | k5-* | k6-* | nexen-*)
basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
;;
- pentiumpro-* | p6-* | k6-* | 6x86-*)
+ pentiumpro-* | p6-* | 6x86-*)
basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
;;
pentiumii-* | pentium2-*)