2002-03-20 Keith Thompson <kst@sdsc.edu>

* config.guess (ia64:Linux:*:*): Output "ia64-unknown-linux-gnu".
This commit is contained in:
Ben Elliston
2002-03-20 00:35:36 +00:00
parent b87defc950
commit f4fec78b4b
2 changed files with 5 additions and 1 deletions

2
config.guess vendored
View File

@ -760,7 +760,7 @@ EOF
echo ${UNAME_MACHINE}-unknown-linux-gnu
exit 0 ;;
ia64:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux
echo ${UNAME_MACHINE}-unknown-linux-gnu
exit 0 ;;
m68*:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-gnu