projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7aacd4c
)
oops -- undo previous commit, I'm still waiting for confirmation
author
Bodo Möller
<bodo@openssl.org>
Fri, 15 Mar 2002 11:09:31 +0000
(11:09 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Fri, 15 Mar 2002 11:09:31 +0000
(11:09 +0000)
from Weny Palm
config
patch
|
blob
|
history
diff --git
a/config
b/config
index a979231ecd1a6e4da16da42aae335944dd680bbf..7844e5bdda2358dd618fb4bb00639ceff5a8058a 100755
(executable)
--- a/
config
+++ b/
config
@@
-310,13
+310,6
@@
case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
exit 0
;;
- *"CRAY T3E")
- echo "t3e-cray-unicosmk"; exit 0;
- ;;
-
- *CRAY*)
- echo "t90-cray-unicos"; exit 0;
- ;;
esac
#
@@
-598,8
+591,6
@@
EOF
mips-sony-newsos4) OUT="newsos4-gcc" ;;
*-*-cygwin_pre1.3) OUT="Cygwin-pre1.3" ;;
*-*-cygwin) OUT="Cygwin" ;;
- t3e-cray-unicosmk) OUT="cray-t3e" ;;
- t90-cray-unicos) OUT="cray-t90-cc" ;;
*) OUT=`echo $GUESSOS | awk -F- '{print $3}'`;;
esac