projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1075ded
)
Generalize C90 alternative to all x90 machines.
author
Torbjorn Granlund
<tege@gnu.org>
Sun, 14 Jul 1996 18:09:15 +0000
(18:09 +0000)
committer
Torbjorn Granlund
<tege@gnu.org>
Sun, 14 Jul 1996 18:09:15 +0000
(18:09 +0000)
From-SVN: r12443
gcc/config.guess
patch
|
blob
|
history
diff --git
a/gcc/config.guess
b/gcc/config.guess
index f89f911b7097346c5030c143fef08e4a772c814f..7adf7df66406dd9144154423086bfb908500ec13 100755
(executable)
--- a/
gcc/config.guess
+++ b/
gcc/config.guess
@@
-320,8
+320,9
@@
EOF
CRAY*Y-MP:*:*:*)
echo ymp-cray-unicos${UNAME_RELEASE}
exit 0 ;;
- CRAY*C90:*:*:*)
- echo c90-cray-unicos${UNAME_RELEASE}
+ CRAY*[A-Z]90:*:*:*)
+ echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \
+ | sed -e 's/CRAY.*\([A-Z]90\)/\1/' | tr A-Z a-z
exit 0 ;;
CRAY-2:*:*:*)
echo cray2-cray-unicos