summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-06-19 15:43:48 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-06-19 15:43:48 +0000
commit206a97575211871366745362bab2b7380d5e5e3c (patch)
tree9edf43c3c0ab72500d9c2f48c051a578b94e8cf4 /config
parent9677bf0f30e692bc79ae05f3b98efe0e12ee8624 (diff)
downloadopenssl-new-206a97575211871366745362bab2b7380d5e5e3c.tar.gz
Update from stable branch.
Diffstat (limited to 'config')
-rwxr-xr-xconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/config b/config
index 6f47d42e06..34151cb585 100755
--- a/config
+++ b/config
@@ -535,9 +535,9 @@ case "$GUESSOS" in
esac
if [ "$CC" = "gcc" ]; then
case ${ISA:-generic} in
- EV5|EV45) options="$options -march=ev5";;
- EV56|PCA56) options="$options -march=ev56";;
- *) options="$options -march=ev6";;
+ EV5|EV45) options="$options -mcpu=ev5";;
+ EV56|PCA56) options="$options -mcpu=ev56";;
+ *) options="$options -mcpu=ev6";;
esac
fi
;;