summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-07-16 04:47:46 +0000
committerKarl Heuer <kwzh@gnu.org>1996-07-16 04:47:46 +0000
commitaf38cc214c1d8b98b4d7444be4e83931c3de5c50 (patch)
tree59f3ec7062bc81bb6ac145436316915276ba2528
parent71e82815c71c00087beaba47b396f20795b0d74b (diff)
downloademacs-af38cc214c1d8b98b4d7444be4e83931c3de5c50.tar.gz
-rwxr-xr-xconfig.guess3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.guess b/config.guess
index 5e0068dd279..0613f737fa8 100755
--- a/config.guess
+++ b/config.guess
@@ -322,7 +322,8 @@ EOF
exit 0 ;;
CRAY*[A-Z]90:*:*:*)
echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \
- | sed -e 's/CRAY.*\([A-Z]90\)/\1/' | tr '[A-Z]' '[a-z]'
+ | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \
+ -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/
exit 0 ;;
CRAY-2:*:*:*)
echo cray2-cray-unicos