remove arm from supported arches

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Gnatenko 2015-11-05 21:24:54 +01:00
parent 0c401399dc
commit c7d3043a8c
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Source0: %{?source}
# Only armv7l is supported
# PPC support is currently broken, due to path problems
# s390(x) and aarch64 also not supported, so use ExclusiveArch
ExclusiveArch: %{arm} %{ix86} x86_64
ExclusiveArch: %{ix86} x86_64
BuildRequires: clang clang-devel
BuildRequires: llvm llvm-devel llvm-static