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:
283aedf
)
Use -mcpu on alpha.
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 19 Jun 2007 15:41:23 +0000
(15:41 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 19 Jun 2007 15:41:23 +0000
(15:41 +0000)
PR:1545
config
patch
|
blob
|
history
diff --git
a/config
b/config
index f4ceb82a75870da0e755bd834b3aa9ce5025c1cd..66d98200bf62c0481abc7681c81208b4563fce33 100755
(executable)
--- a/
config
+++ b/
config
@@
-527,9
+527,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";;
- *) options="$options -m
arch
=ev6";;
+ EV5|EV45) options="$options -m
cpu
=ev5";;
+ EV56|PCA56) options="$options -m
cpu
=ev56";;
+ *) options="$options -m
cpu
=ev6";;
esac
fi
;;