efl: arm neon code is completely broken; disable this armv7 until it's fixed.
This commit is contained in:
parent
f373400c2c
commit
b46d82174f
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue