debian/rules: For armel builds set -DARM_FP_ABI=hard and -DWITH_NEON=off. Fixes FTBFS on Debian armel.

This commit is contained in:
Mike Gabriel 2017-10-01 12:50:53 +02:00
parent 503c311f85
commit ac6366df26

5
debian/rules vendored
View File

@ -12,6 +12,11 @@ ARM_FLOAT_ABI = -DARM_FP_ABI=hard
else
ARM_FLOAT_ABI =
endif
ifneq (,$(filter armel,$(DEB_HOST_ARCH)))
ARM_FLOAT_ABI = -DARM_FP_ABI=hard -DWITH_NEON=off
else
ARM_FLOAT_ABI =
endif
NULL =