summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2012-11-28 22:05:42 +0200
committerMartin Storsjo <martin@martin.st>2012-11-28 22:23:39 +0200
commit836f8e98839c92932201c650c9fd5c58cf878224 (patch)
tree26e73d0f578ff48a581d59833e41cbdf7dc4d7df /build
parent9bc8d5aab9ca5a2152006e226c26f3c1010c843f (diff)
downloadlibvpx-836f8e98839c92932201c650c9fd5c58cf878224.tar
libvpx-836f8e98839c92932201c650c9fd5c58cf878224.tar.gz
libvpx-836f8e98839c92932201c650c9fd5c58cf878224.tar.bz2
libvpx-836f8e98839c92932201c650c9fd5c58cf878224.zip
Disable fast unaligned on armv5te
This is enabled by default in the main configure.sh, but apparently is supposed to be disabled if the hardware doesn't support it. Unaligned reads is only supported on armv6 and newer. Change-Id: Ie1412e36a14036bbb4fe7b89aa36a178f35b2228
Diffstat (limited to 'build')
-rwxr-xr-xbuild/make/configure.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/make/configure.sh b/build/make/configure.sh
index 05bbabe77..c99a01cd9 100755
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -767,6 +767,7 @@ process_common_toolchain() {
;;
armv5te)
soft_enable edsp
+ disable fast_unaligned
;;
esac