mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-11 13:43:40 +12:00
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:
3
config.guess
vendored
3
config.guess
vendored
@ -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 ;;
|
||||
|
Reference in New Issue
Block a user