mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-09 17:05:04 +00:00
only enable libc on 3 archs
This commit is contained in:
parent
9437bc9df3
commit
6d196f744d
4
debian/rules
vendored
4
debian/rules
vendored
@ -321,6 +321,10 @@ ifneq (,$(filter bolt-$(LLVM_VERSION), $(packages)))
|
||||
PROJECTS += ;bolt
|
||||
endif
|
||||
|
||||
ifneq (,$(filter libllvmlibc--$(LLVM_VERSION)-dev, $(packages)))
|
||||
RUNTIMES += ;libc
|
||||
endif
|
||||
|
||||
# flang is only for 64bits
|
||||
ifneq (,$(filter flang-$(LLVM_VERSION), $(packages)))
|
||||
PROJECTS += ;flang
|
||||
|
Loading…
Reference in New Issue
Block a user