]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
1999-04-11 Philipp Thomas <kthomas@gwdg.de>
authorBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Sun, 11 Apr 1999 04:34:22 +0000 (04:34 +0000)
committerBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Sun, 11 Apr 1999 04:34:22 +0000 (04:34 +0000)
* config.sub: Set basic_machine to i586 when target_alias = k6-*.

ChangeLog
config.sub

index 9f81dde5292c84b10f71bb04b0068b190c050520..d2b1cc8fdeab280f4459c400a4d2a7dc7653af0b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-04-11  Philipp Thomas  <kthomas@gwdg.de>
+
+       * config.sub: Set basic_machine to i586 when target_alias = k6-*.
+
 1999-04-11  Pavel Roskin  <pavel_roskin@geocities.com>
 
        * autoheader.m4: Do not complain about using AC_TRY_RUN without a
index 692de9b61de591f83ce98efe846ece2ad7cb6212..33a3f60c0d49769d264af67341cf7bc235cbcf4a 100755 (executable)
@@ -484,19 +484,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-*)