mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-28 10:35:42 +00:00
Fix typo from previous commit
This commit is contained in:
parent
b4db2c9955
commit
3988cf1bc0
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
%endif
|
%endif
|
||||||
%ifarch %ix86 x86_64
|
%ifarch %ix86 x86_64
|
||||||
# ARM/AARCH64 enabled due to rhbz#1627500
|
# ARM/AARCH64 enabled due to rhbz#1627500
|
||||||
%global llvm_targets X86;AMDGPU;NVPTX;BPF;ARM;AARCH64
|
%global llvm_targets X86;AMDGPU;NVPTX;BPF;ARM;AArch64
|
||||||
%endif
|
%endif
|
||||||
%ifarch aarch64
|
%ifarch aarch64
|
||||||
%global llvm_targets AArch64;AMDGPU;BPF
|
%global llvm_targets AArch64;AMDGPU;BPF
|
||||||
|
|
Loading…
Reference in a new issue