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:
ac1600c
)
Fix from 0.9.8-stable
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 9 Oct 2007 16:08:47 +0000
(16:08 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 9 Oct 2007 16:08:47 +0000
(16:08 +0000)
PR: 1545
config
patch
|
blob
|
history
diff --git
a/config
b/config
index 886665ba0ece3aa1c5da99840dfbc725e0896098..be307e908e04acc0ae06464605881631bb04c152 100755
(executable)
--- a/
config
+++ b/
config
@@
-547,9
+547,9
@@
case "$GUESSOS" in
esac
if [ "$CC" = "gcc" ]; then
case ${ISA:-generic} in
- EV5|EV45) options="$options -m
arch
=ev5";;
- EV56|PCA56) options="$options -m
arch
=ev56";;
- EV6|EV67|PCA57) options="$options -m
arch
=ev6";;
+ EV5|EV45) options="$options -m
cpu
=ev5";;
+ EV56|PCA56) options="$options -m
cpu
=ev56";;
+ EV6|EV67|PCA57) options="$options -m
cpu
=ev6";;
esac
fi
;;