* config.guess (i386-unknown-bsdi): New system to guess.
authorPer Bothner <per@bothner.com>
Sat, 4 Jun 1994 00:48:21 +0000 (00:48 +0000)
committerPer Bothner <per@bothner.com>
Sat, 4 Jun 1994 00:48:21 +0000 (00:48 +0000)
* config.guess (i386-unknown-bsdi):  No longer need to
check #if defined(__bsdi__) && defined(__i386__).

ChangeLog
config.guess

index 06e5d69..9fd0435 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
+
+       * config.guess (i386-unknown-bsdi):  No longer need to
+       check #if defined(__bsdi__) && defined(__i386__).
+
+Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
+
+       * config.guess (i386-unknown-bsdi): New system to guess.
+
 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
 
        * configure: Set program_transform_nameoption correctly.
index c51ee49..877a1ab 100755 (executable)
@@ -186,6 +186,9 @@ EOF
     hp3[0-9][05]:NetBSD:*:*)
        echo m68k-hp-netbsd${UNAME_RELEASE}
        exit 0 ;;
+    i[34]86:BSD/386:*:*)
+       echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
+       exit 0 ;;
     i[34]86:FreeBSD:*:*)
        echo ${UNAME_MACHINE}-unknown-freebsd${UNAME_RELEASE}
        exit 0 ;;
@@ -240,6 +243,17 @@ EOF
     rs6000:LynxOS:2.2*:*)
        echo rs6000-lynx-lynxos${UNAME_RELEASE}
        exit 0 ;;
+    RM*:SINIX-*:*:*)
+       echo mips-sni-sysv4
+       exit 0 ;;
+    *:SINIX-*:*:*)
+       if uname -p 2>/dev/null >/dev/null ; then
+               UNAME_MACHINE=`(uname -p) 2>/dev/null`
+               echo ${UNAME_MACHINE}-sni-sysv4
+       else
+               echo ns32k-sni-sysv
+       fi
+       exit 0 ;;
 esac
 
 #echo '(No uname command or uname output not recognized.)' 1>&2
@@ -285,13 +299,9 @@ main()
 #endif
 #endif
 
-#if defined(__bsdi__) && defined(__i386__)
-  printf("i386-unknown-bsd386\n"); exit(0);
-#else
 #if defined(__386BSD__)
   printf("i386-unknown-bsd\n"); exit(0);
 #endif
-#endif
 
 #if defined(sequent)
 #if defined(i386)