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:
Ben Elliston 2002-08-23 21:04:54 +00:00
parent 926fa49a3b
commit d78f4ce045
2 changed files with 6 additions and 0 deletions

View File

@ -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
View File

@ -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 ;;