mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
2002-08-23 Ben Elliston <bje@redhat.com>
* config.guess: Detect Concurrent PowerMaxion. Reported by Lloyd Goldston <lloyd.goldston@sed.redstone.army.mil>.
This commit is contained in:
parent
926fa49a3b
commit
d78f4ce045
@ -1,5 +1,8 @@
|
||||
2002-08-23 Ben Elliston <bje@redhat.com>
|
||||
|
||||
* config.guess: Detect Concurrent PowerMaxion.
|
||||
Reported by Lloyd Goldston <lloyd.goldston@sed.redstone.army.mil>.
|
||||
|
||||
* config.guess: Detect Convergent 3B1 machines (running AT&T UNIX).
|
||||
Reported by Bruce Lilly <blilly@erols.com>.
|
||||
|
||||
|
3
config.guess
vendored
3
config.guess
vendored
@ -446,6 +446,9 @@ EOF
|
||||
Motorola:PowerMAX_OS:*:*)
|
||||
echo powerpc-motorola-powermax
|
||||
exit 0 ;;
|
||||
Motorola:*:4.3:PL8-*)
|
||||
echo powerpc-harris-powermax
|
||||
exit 0 ;;
|
||||
Night_Hawk:*:*:PowerMAX_OS)
|
||||
echo powerpc-harris-powermax
|
||||
exit 0 ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user