38 |
|
|
39 |
# We can also choose to just use Rust's bundled LLVM, in case the system LLVM |
# We can also choose to just use Rust's bundled LLVM, in case the system LLVM |
40 |
# is insufficient. Rust currently requires LLVM 9.0+. |
# is insufficient. Rust currently requires LLVM 9.0+. |
41 |
%bcond_with bundled_llvm |
%bcond_without bundled_llvm |
42 |
# (akien) Hacks below are needed on mga's buildsystem when we have to rebootstrap llvm. |
# (akien) Hacks below are needed on mga's buildsystem when we have to rebootstrap llvm. |
43 |
## Bundled LLVM has underlinking issues: |
## Bundled LLVM has underlinking issues: |
44 |
#%%global _disable_ld_no_undefined 1 |
#%%global _disable_ld_no_undefined 1 |