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>.
This commit is contained in:
Ben Elliston 1998-09-26 01:29:31 +00:00
parent afcdd2b71b
commit 9acec64512
2 changed files with 7 additions and 0 deletions

View File

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

3
config.guess vendored
View File

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