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

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