debian/rules: For armel builds set -DARM_FP_ABI=hard and -DWITH_NEON=off. Fixes FTBFS on Debian armel.
This commit is contained in:
parent
503c311f85
commit
ac6366df26
5
debian/rules
vendored
5
debian/rules
vendored
@ -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 =
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user