]> git.pld-linux.org Git - packages/llvm.git/commitdiff
disable compiler-rt on arm lower than armv7
authorJan Palus <atler@pld-linux.org>
Sun, 29 Nov 2020 11:00:56 +0000 (12:00 +0100)
committerJan Palus <atler@pld-linux.org>
Sun, 29 Nov 2020 11:06:33 +0000 (12:06 +0100)
assembler in compiler-rt for arm requires instrctions available in armv7
and later

llvm.spec

index c54d36d7e6ef8e0b3c65731f36fa636b6cb7520e..4c02a831151c81ce9490d7a103929c143ab0d57f 100644 (file)
--- a/llvm.spec
+++ b/llvm.spec
 %undefine      with_ocaml
 %endif
 
+%ifarch armv3l armv4b armv4l armv4tl armv5tl armv5tel armv5tejl armv6l armv6hl
+%undefine      with_rt
+%endif
+
 Summary:       The Low Level Virtual Machine (An Optimizing Compiler Infrastructure)
 Summary(pl.UTF-8):     Niskopoziomowa maszyna wirtualna (infrastruktura kompilatora optymalizującego)
 Name:          llvm
This page took 0.203834 seconds and 4 git commands to generate.