efl: broken on armv7 for now.

This commit is contained in:
Juan RP 2015-11-13 08:33:19 +01:00
parent 0f36007138
commit f373400c2c
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ case "$XBPS_TARGET_MACHINE" in
armv7l*)
# Force NEON instructions.
CFLAGS+=" -mfpu=neon"
broken="missing neon features in toolchain"
;;
esac