efl: arm neon code is completely broken; disable this armv7 until it's fixed.
This commit is contained in:
parent
f373400c2c
commit
b46d82174f
1 changed files with 2 additions and 3 deletions
|
@ -45,9 +45,8 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
configure_args+=" --disable-neon"
|
||||
;;
|
||||
armv7l*)
|
||||
# Force NEON instructions.
|
||||
CFLAGS+=" -mfpu=neon"
|
||||
broken="missing neon features in toolchain"
|
||||
# XXX disable neon... the code is utterly broken.
|
||||
configure_args+=" --disable-neon"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in a new issue