mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
2001-08-21 matthew green <mrg@eterna.com.au>
* config.guess (sparc*:NetBSD:*): Use $MACHINE_ARCH, not $MACHINE.
This commit is contained in:
parent
905374256c
commit
663edf9612
@ -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
5
config.guess
vendored
@ -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 ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user