summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2007-09-27 16:27:03 +0000
committerAndy Polyakov <appro@openssl.org>2007-09-27 16:27:03 +0000
commit7722e53f12b3f2f4e182167da42dfb7edaf2eab0 (patch)
treee6d3078d6c4f732190039627d28b3a67cf494187 /config
parent2c3ee16272231986e1ff50db9c0ed68343a51fb2 (diff)
downloadopenssl-new-7722e53f12b3f2f4e182167da42dfb7edaf2eab0.tar.gz
Yet another ARM update. It appears to be more appropriate to make
developers responsible for -march choice.
Diffstat (limited to 'config')
-rwxr-xr-xconfig4
1 files changed, 1 insertions, 3 deletions
diff --git a/config b/config
index bb76191d58..e77baa0942 100755
--- a/config
+++ b/config
@@ -612,9 +612,7 @@ case "$GUESSOS" in
options="$options -DB_ENDIAN -mschedule=$CPUSCHEDULE -march=$CPUARCH"
OUT="linux-generic32" ;;
armv[1-3]*-*-linux2) OUT="linux-generic32" ;;
- # -march=armv4t is expected to generate code binary compatible with
- # vanilla armv4 but interoperable with armv4t.
- arm*-*-linux2) OUT="linux-armv4"; options="$options -march=armv4t" ;;
+ arm*-*-linux2) OUT="linux-armv4" ;;
sh*b-*-linux2) OUT="linux-generic32"; options="$options -DB_ENDIAN" ;;
sh*-*-linux2) OUT="linux-generic32"; options="$options -DL_ENDIAN" ;;
m68k*-*-linux2) OUT="linux-generic32"; options="$options -DB_ENDIAN" ;;