From: Karl Heuer Date: Tue, 16 Jul 1996 03:53:55 +0000 (+0000) Subject: Use portable tr syntax. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4080630b9590e8317247171510abd77dcb608f3c;p=gcc.git Use portable tr syntax. From-SVN: r12447 --- diff --git a/gcc/config.guess b/gcc/config.guess index 35bb3081020..5e0068dd279 100755 --- a/gcc/config.guess +++ b/gcc/config.guess @@ -322,7 +322,7 @@ 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/' | tr '[A-Z]' '[a-z]' exit 0 ;; CRAY-2:*:*:*) echo cray2-cray-unicos