2004-02-16 Thorsten Glaser <x86@ePost.de>

* config.guess (*:MirBSD:*:*, macppc:MirBSD:*:*): Handle.
	* config.sub: Handle -mirbsd*.
This commit is contained in:
Ben Elliston
2004-02-16 10:10:32 +00:00
parent fb0b469f40
commit b5a2577732
3 changed files with 15 additions and 3 deletions

6
config.guess vendored
View File

@ -248,6 +248,12 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
*:ekkoBSD:*:*)
echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
exit 0 ;;
macppc:MirBSD:*:*)
echo powerppc-unknown-mirbsd${UNAME_RELEASE}
exit 0 ;;
*:MirBSD:*:*)
echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
exit 0 ;;
alpha:OSF1:*:*)
if test $UNAME_RELEASE = "V4.0"; then
UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`