mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
2001-04-20 Ben Elliston <bje@redhat.com>
* config.guess: Detect PowerMAX OS on PowerPC.
This commit is contained in:
parent
11d9a44dc6
commit
175df3e559
@ -1,3 +1,7 @@
|
||||
2001-04-20 Ben Elliston <bje@redhat.com>
|
||||
|
||||
* config.guess: Detect PowerMAX OS on PowerPC.
|
||||
|
||||
2001-04-20 Tyson Dowd <trd@cs.mu.oz.au>
|
||||
Fergus Henderson <fjh@cs.mu.oz.au>
|
||||
|
||||
|
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-03-30'
|
||||
timestamp='2001-04-20'
|
||||
|
||||
# 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
|
||||
@ -412,6 +412,9 @@ EOF
|
||||
rm -f $dummy.c $dummy
|
||||
echo mips-mips-riscos${UNAME_RELEASE}
|
||||
exit 0 ;;
|
||||
Motorola:PowerMAX_OS:*:*)
|
||||
echo powerpc-motorola-powermax
|
||||
exit 0 ;;
|
||||
Night_Hawk:Power_UNIX:*:*)
|
||||
echo powerpc-harris-powerunix
|
||||
exit 0 ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user