* config.guess (i386-unknown-bsdi): New system to guess.

* config.guess (i386-unknown-bsdi):  No longer need to
	check #if defined(__bsdi__) && defined(__i386__).
This commit is contained in:
Per Bothner 1994-06-04 00:48:21 +00:00
parent 7e5e961977
commit 96364ec4aa
2 changed files with 23 additions and 4 deletions

View File

@ -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.

18
config.guess vendored
View File

@ -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)