mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-21 01:01:48 +08:00
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:
parent
afcdd2b71b
commit
9acec64512
@ -1,5 +1,9 @@
|
|||||||
1998-09-26 Ben Elliston <bje@cygnus.com>
|
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
|
* acgeneral.m4 (AC_CHECK_FILE): New macro. Checks for the
|
||||||
existence of a file in the file system (native only).
|
existence of a file in the file system (native only).
|
||||||
Contributed by Theodore Y. Ts'o <tytso@mit.edu>.
|
Contributed by Theodore Y. Ts'o <tytso@mit.edu>.
|
||||||
|
3
config.guess
vendored
3
config.guess
vendored
@ -507,6 +507,9 @@ EOF
|
|||||||
hp300:OpenBSD:*:*)
|
hp300:OpenBSD:*:*)
|
||||||
echo m68k-unknown-openbsd${UNAME_RELEASE}
|
echo m68k-unknown-openbsd${UNAME_RELEASE}
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
|
sparc*:BSD/OS:*:*)
|
||||||
|
echo sparc-unknown-bsdi${UNAME_RELEASE}
|
||||||
|
exit 0 ;;
|
||||||
i?86:BSD/386:*:* | *:BSD/OS:*:*)
|
i?86:BSD/386:*:* | *:BSD/OS:*:*)
|
||||||
echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
|
echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user