- Enable all targets on x86, x86_64
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=423
This commit is contained in:
parent
f9a857bf74
commit
3361748dd0
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 14 13:10:49 UTC 2015 - idonmez@suse.com
|
||||
|
||||
- Enable all targets on x86, x86_64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 2 08:14:39 UTC 2015 - idonmez@suse.com
|
||||
|
||||
|
@ -263,7 +263,7 @@ cmake -G "Ninja" \
|
||||
-DLLVM_ENABLE_PIC=ON \
|
||||
-DLLVM_BINUTILS_INCDIR=/usr/include \
|
||||
%ifarch %{ix86} x86_64
|
||||
-DLLVM_TARGETS_TO_BUILD="host;AMDGPU" \
|
||||
-DLLVM_TARGETS_TO_BUILD="all" \
|
||||
%else
|
||||
-DLLVM_TARGETS_TO_BUILD=host \
|
||||
%endif
|
||||
@ -310,7 +310,7 @@ cmake -G "Ninja" \
|
||||
-DLLVM_ENABLE_PIC=ON \
|
||||
-DLLVM_BINUTILS_INCDIR=/usr/include \
|
||||
%ifarch %{ix86} x86_64
|
||||
-DLLVM_TARGETS_TO_BUILD="host;AMDGPU" \
|
||||
-DLLVM_TARGETS_TO_BUILD="all" \
|
||||
%else
|
||||
-DLLVM_TARGETS_TO_BUILD=host \
|
||||
%endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user