- aarch64-suse-support.patch: Enable AArch64 suse toolchain support

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=271
This commit is contained in:
Ismail Dönmez
2013-08-28 11:07:57 +00:00
committed by Git OBS Bridge
parent a207a79745
commit 2244be35ef
3 changed files with 24 additions and 0 deletions

View File

@@ -56,6 +56,8 @@ Patch6: arm_suse_support.diff
# PATCH-FIX-OPENSUSE unreachable-code.patch -- Unreachable code warning triggered on SLE
Patch7: unreachable-code.patch
Patch8: cmake-host-triple.patch
# PATCH-FIX-OPENSUSE aarch64-suse-support.patch -- Enable AArch64 suse toolchain support
Patch9: aarch64-suse-support.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf
BuildRequires: automake
@@ -163,6 +165,7 @@ This package contains vim plugins for LLVM like syntax highlighting.
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
# We hardcode i586
rm tools/clang/test/Driver/x86_features.c