Accepting request 196360 from home:Andreas_Schwab:Factory

- Define host_triple for aarch64

OBS-URL: https://build.opensuse.org/request/show/196360
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=266
This commit is contained in:
Ismail Dönmez 2013-08-26 09:23:45 +00:00 committed by Git OBS Bridge
parent 9faaaaaaa2
commit 70230e3a00
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 26 07:23:57 UTC 2013 - schwab@suse.de
- Define host_triple for aarch64
-------------------------------------------------------------------
Thu Aug 22 10:59:28 UTC 2013 - idonmez@suse.com

View File

@ -212,6 +212,9 @@ pushd stage1
%ifarch armv7hl
%define host_triple armv7hl-suse-linux-gnueabi
%endif
%ifarch aarch64
%define host_triple aarch64-suse-linux
%endif
%ifarch ppc64
%define host_triple powerpc64-suse-linux
sed -i s,'${CMAKE_SYSTEM_PROCESSOR}','"PowerPC"',g ../cmake/modules/AddLLVM.cmake