From f373400c2cad0614ff0f5468cb84417dd3dd690a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 13 Nov 2015 08:33:19 +0100 Subject: [PATCH] efl: broken on armv7 for now. --- srcpkgs/efl/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/efl/template b/srcpkgs/efl/template index 377a0aa8803..4fc0f4139ad 100644 --- a/srcpkgs/efl/template +++ b/srcpkgs/efl/template @@ -47,6 +47,7 @@ case "$XBPS_TARGET_MACHINE" in armv7l*) # Force NEON instructions. CFLAGS+=" -mfpu=neon" + broken="missing neon features in toolchain" ;; esac