]> git.pld-linux.org Git - packages/llvm.git/commitdiff
make lowmem optional on arm
authorJan Palus <atler@pld-linux.org>
Tue, 21 Mar 2023 13:23:14 +0000 (14:23 +0100)
committerJan Palus <atler@pld-linux.org>
Tue, 21 Mar 2023 13:23:14 +0000 (14:23 +0100)
llvm.spec

index 8a92c6a0c1bca53d40f6f56d0b0472a6b90b1a56..a9367eda98e0d25903b5c6b005c556f3a29424d6 100644 (file)
--- a/llvm.spec
+++ b/llvm.spec
 %undefine      with_rt
 %endif
 
-%ifarch %{arm} aarch64
-%define                with_lowmem             1
-%endif
-
 %define                targets_to_build        %{?with_target_aarch64:AArch64;}%{?with_target_amdgpu:AMDGPU;}%{?with_target_arm:ARM;}%{?with_target_avr:AVR;}%{?with_target_bpf:BPF;}%{?with_target_hexagon:Hexagon;}%{?with_target_lanai:Lanai;}%{?with_target_loongarch:LoongArch;}%{?with_target_mips:Mips;}%{?with_target_msp430:MSP430;}%{?with_target_nvptx:NVPTX;}%{?with_target_powerpc:PowerPC;}%{?with_target_riscv:RISCV;}%{?with_target_sparc:Sparc;}%{?with_target_systemz:SystemZ;}%{?with_target_ve:VE;}%{?with_target_webassembly:WebAssembly;}%{?with_target_x86:X86;}%{?with_target_xcore:XCore;}
 
 %if %{without mlir}
This page took 0.148822 seconds and 4 git commands to generate.