Commit 2491579d authored by Yu Xiaolei's avatar Yu Xiaolei Committed by Michael Niedermayer

configure: arm: do not enable fast-unaligned if it is explicitly disabled via commandline

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 6310eb80
......@@ -3615,7 +3615,10 @@ elif enabled arm; then
case "$subarch" in
armv5t*) enable fast_clz ;;
armv[6-8]*) enable fast_clz fast_unaligned ;;
armv[6-8]*)
enable fast_clz
disabled fast_unaligned || enable fast_unaligned
;;
esac
elif enabled avr32; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment