From 74ff3d26b4b588635c500aafdf8e599c1d69e83c Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Wed, 24 May 2017 11:21:49 +0000 Subject: [PATCH] Also broken on armv6. --- databases/tarantool-c/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/databases/tarantool-c/Makefile b/databases/tarantool-c/Makefile index 36e5628f0630..bba601ae713e 100644 --- a/databases/tarantool-c/Makefile +++ b/databases/tarantool-c/Makefile @@ -18,6 +18,7 @@ USES= cmake CMAKE_ARGS= -DENABLE_BUNDLED_MSGPUCK=false BROKEN_aarch64= Fails to compile: clang compiler does not support -march=native +BROKEN_armv6= Fails to compile: clang compiler does not support -march=native BROKEN_mips64= Fails to compile: clang compiler does not support -march=native BROKEN_powerpc64= Fails to compile: clang compiler does not support -march=native BROKEN_sparc64= Fails to compile: clang compiler does not support -march=native