Fix previous change. Use sed's y command instead.

From-SVN: r12448
This commit is contained in:
Karl Heuer 1996-07-16 04:47:46 +00:00
parent 4080630b95
commit 79442056ed
1 changed files with 2 additions and 1 deletions

3
gcc/config.guess vendored
View File

@ -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