mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-10 16:04:53 +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
|
PROJECTS += ;bolt
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifneq (,$(filter libllvmlibc--$(LLVM_VERSION)-dev, $(packages)))
|
||||||
|
RUNTIMES += ;libc
|
||||||
|
endif
|
||||||
|
|
||||||
# flang is only for 64bits
|
# flang is only for 64bits
|
||||||
ifneq (,$(filter flang-$(LLVM_VERSION), $(packages)))
|
ifneq (,$(filter flang-$(LLVM_VERSION), $(packages)))
|
||||||
PROJECTS += ;flang
|
PROJECTS += ;flang
|
||||||
|
Loading…
Reference in New Issue
Block a user