efl: broken on armv7 for now.
This commit is contained in:
parent
0f36007138
commit
f373400c2c
|
@ -47,6 +47,7 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
armv7l*)
|
armv7l*)
|
||||||
# Force NEON instructions.
|
# Force NEON instructions.
|
||||||
CFLAGS+=" -mfpu=neon"
|
CFLAGS+=" -mfpu=neon"
|
||||||
|
broken="missing neon features in toolchain"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue