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:
49ce63c
)
fix editing error
author
Bodo Möller
<bodo@openssl.org>
Fri, 9 Feb 2001 09:40:18 +0000
(09:40 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Fri, 9 Feb 2001 09:40:18 +0000
(09:40 +0000)
config
patch
|
blob
|
history
diff --git
a/config
b/config
index 8d924f88247224454f12edeaaf14888e239b616e..f2b92e3e4b30911a314c9fb24095c62dbbcab767 100755
(executable)
--- a/
config
+++ b/
config
@@
-407,7
+407,7
@@
case "$GUESSOS" in
options="$options -mips4"
OUT="irix-mips3-$CC"
;;
- alpha-*-linux2
+ alpha-*-linux2
)
ISA=`awk '/cpu model/{print$4}' /proc/cpuinfo`
case ${ISA:-generic} in
*[67]) OUT="linux-alpha+bwx-$CC" ;;