efl: arm neon code is completely broken; disable this armv7 until it's fixed.

This commit is contained in:
Juan RP 2015-11-13 09:33:01 +01:00
parent f373400c2c
commit b46d82174f

View File

@ -45,9 +45,8 @@ case "$XBPS_TARGET_MACHINE" in
configure_args+=" --disable-neon" configure_args+=" --disable-neon"
;; ;;
armv7l*) armv7l*)
# Force NEON instructions. # XXX disable neon... the code is utterly broken.
CFLAGS+=" -mfpu=neon" configure_args+=" --disable-neon"
broken="missing neon features in toolchain"
;; ;;
esac esac