projects
/
platform
/
upstream
/
linaro-glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08e7229
)
Use portable tr syntax.
author
Karl Heuer
<kwzh@gnu.org>
Tue, 16 Jul 1996 03:53:55 +0000
(
03:53
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 16 Jul 1996 03:53:55 +0000
(
03:53
+0000)
config.guess
patch
|
blob
|
history
diff --git
a/config.guess
b/config.guess
index
35bb308
..
5e0068d
100755
(executable)
--- a/
config.guess
+++ b/
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