mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 13:27:05 +00:00
fix the display of the error
This commit is contained in:
parent
d7ecbb69b3
commit
d6b55c220c
5
debian/rules
vendored
5
debian/rules
vendored
@ -379,10 +379,13 @@ ifneq (,$(filter libllvmlibc-$(LLVM_VERSION)-dev, $(packages)))
|
|||||||
RUNTIMES += ;libc
|
RUNTIMES += ;libc
|
||||||
else
|
else
|
||||||
LLVM_LIBC_ENABLE=no
|
LLVM_LIBC_ENABLE=no
|
||||||
$(info LLVM libc disabled for $(DISTRO))
|
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifneq ($(LLVM_LIBC_ENABLE),no)
|
||||||
|
$(info LLVM libc disabled for $(DISTRO))
|
||||||
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter $(DEB_HOST_ARCH), $(FLANG_ARCHS)))
|
ifneq (,$(filter $(DEB_HOST_ARCH), $(FLANG_ARCHS)))
|
||||||
PROJECTS += ;flang
|
PROJECTS += ;flang
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user