diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2007-06-19 17:43:48 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2007-06-19 17:43:48 +0200 |
commit | 206a97575211871366745362bab2b7380d5e5e3c (patch) | |
tree | 9edf43c3c0ab72500d9c2f48c051a578b94e8cf4 /config | |
parent | Update .cvsignore (diff) | |
download | openssl-206a97575211871366745362bab2b7380d5e5e3c.tar.xz openssl-206a97575211871366745362bab2b7380d5e5e3c.zip |
Update from stable branch.
Diffstat (limited to 'config')
-rwxr-xr-x | config | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 ;; |