From b46d82174f92b9c66d5234d2d6550bec1198ba72 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 13 Nov 2015 09:33:01 +0100 Subject: [PATCH] efl: arm neon code is completely broken; disable this armv7 until it's fixed. --- srcpkgs/efl/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/efl/template b/srcpkgs/efl/template index 4fc0f4139ad..34221feecfe 100644 --- a/srcpkgs/efl/template +++ b/srcpkgs/efl/template @@ -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