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:
parent
9faaaaaaa2
commit
70230e3a00
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user