]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
1998-09-26 Ben Elliston <bje@cygnus.com>
authorBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Sat, 26 Sep 1998 01:29:31 +0000 (01:29 +0000)
committerBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Sat, 26 Sep 1998 01:29:31 +0000 (01:29 +0000)
* config.guess: Treat all SPARC variant processors running BSD/OS
as just `sparc' for compatibility reasons.  Contributed by Chris
Torek <torek@bsdi.com>.

ChangeLog
config.guess

index 5cd627b243715c78595a35996dcb964c5182ee7b..7dd3fe884d8853f5f3835d05429746227fcb1dab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 1998-09-26  Ben Elliston  <bje@cygnus.com>
 
+       * config.guess: Treat all SPARC variant processors running BSD/OS
+       as just `sparc' for compatibility reasons.  Contributed by Chris
+       Torek <torek@bsdi.com>.
+
        * acgeneral.m4 (AC_CHECK_FILE): New macro. Checks for the
        existence of a file in the file system (native only).
        Contributed by Theodore Y. Ts'o <tytso@mit.edu>.
index 79d5f13a82319d5da0b8f9348e62d60b39658fc5..20d52e6e752747a5c0945e2415bb937d63abd7d4 100755 (executable)
@@ -507,6 +507,9 @@ EOF
     hp300:OpenBSD:*:*)
        echo m68k-unknown-openbsd${UNAME_RELEASE}
        exit 0 ;;
+    sparc*:BSD/OS:*:*)
+       echo sparc-unknown-bsdi${UNAME_RELEASE}
+       exit 0 ;;
     i?86:BSD/386:*:* | *:BSD/OS:*:*)
        echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
        exit 0 ;;