2001-08-21 matthew green <mrg@eterna.com.au>

* config.guess (sparc*:NetBSD:*): Use $MACHINE_ARCH, not $MACHINE.
This commit is contained in:
Ben Elliston 2001-08-20 21:21:20 +00:00
parent 905374256c
commit 663edf9612
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-08-21 matthew green <mrg@eterna.com.au>
* config.guess (sparc*:NetBSD:*): Use $MACHINE_ARCH, not $MACHINE.
2001-08-13 Ben Elliston <bje@redhat.com>
* config.sub: Handle complete system name for elxsi.

5
config.guess vendored
View File

@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
timestamp='2001-08-09'
timestamp='2001-08-21'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@ -333,6 +333,9 @@ EOF
aushp:SunOS:*:*)
echo sparc-auspex-sunos${UNAME_RELEASE}
exit 0 ;;
sparc*:NetBSD:*)
echo `uname -p`-unknown-netbsd${UNAME_RELEASE}
exit 0 ;;
atari*:OpenBSD:*:*)
echo m68k-unknown-openbsd${UNAME_RELEASE}
exit 0 ;;