2003-06-17 Ben Elliston <bje@wasabisystems.com>

From by Stephen Thomas <stephen.thomas@superh.com>:
	* config.guess (sh64*:*:*:Linux): New case.
	* config.sub (sh64): Map to sh64-unknown.
This commit is contained in:
Ben Elliston
2003-06-17 09:50:51 +00:00
parent 25d68cd8c6
commit c05820e50a
3 changed files with 13 additions and 1 deletions

3
config.guess vendored
View File

@ -885,6 +885,9 @@ EOF
s390:Linux:*:* | s390x:Linux:*:*)
echo ${UNAME_MACHINE}-ibm-linux
exit 0 ;;
sh64*:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-gnu
exit 0 ;;
sh*:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-gnu
exit 0 ;;