[svn-r4927] Purpose:

Feature Add
Description:
	Added hack so that it will recognize a Hitachi platform.
This commit is contained in:
Bill Wendling 2002-02-08 13:56:02 -05:00
parent 8c7a1c71b5
commit 82f4e6ca69

3
bin/config.guess vendored
View File

@ -205,6 +205,9 @@ EOF
arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
echo arm-acorn-riscix${UNAME_RELEASE}
exit 0;;
SR8000:HI-UX/MPP:*:*)
echo hppa1.1-hitachi-hiuxmpp
exit 0;;
SR2?01:HI-UX/MPP:*:*)
echo hppa1.1-hitachi-hiuxmpp
exit 0;;