From: Karl Heuer Date: Tue, 16 Jul 1996 04:47:46 +0000 (+0000) Subject: Fix previous change. Use sed's y command instead. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=79442056edf92625378db40e773b12edd1be59a2;p=gcc.git Fix previous change. Use sed's y command instead. From-SVN: r12448 --- diff --git a/gcc/config.guess b/gcc/config.guess index 5e0068dd279..0613f737fa8 100755 --- a/gcc/config.guess +++ b/gcc/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