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
This commit is contained in:
Martin Storsjo 2012-11-28 22:05:42 +02:00
parent 9bc8d5aab9
commit 836f8e9883

View File

@ -767,6 +767,7 @@ process_common_toolchain() {
;;
armv5te)
soft_enable edsp
disable fast_unaligned
;;
esac