From 5c4510f596f3dd24cceff57a2976748190be09d311dd1a3b86e460246e53a6de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 3 Mar 2015 10:08:07 +0000 Subject: [PATCH] Lets see if this fixes ARM OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=410 --- llvm.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm.spec b/llvm.spec index d27ad6d..16c556d 100644 --- a/llvm.spec +++ b/llvm.spec @@ -195,10 +195,10 @@ pushd stage1 %define host_triple x86_64-suse-linux %endif %ifarch armv6hl -%define host_triple armv6hl-suse-linux-gnueabi +%define host_triple armv6-suse-linux-gnueabihf %endif %ifarch armv7hl -%define host_triple armv7hl-suse-linux-gnueabi +%define host_triple armv7-suse-linux-gnueabihf %endif %ifarch aarch64 %define host_triple aarch64-suse-linux