Also broken on armv6.

This commit is contained in:
Mark Linimon 2017-05-24 11:21:49 +00:00
parent 11fcd2dfb1
commit 74ff3d26b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441574

View file

@ -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