mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 09:50:53 +00:00
fix the display of the error
This commit is contained in:
parent
7078d590d5
commit
df682d9081
4
debian/rules
vendored
4
debian/rules
vendored
@ -566,6 +566,10 @@ else
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifneq ($(LTO_ENABLE),no)
|
||||||
|
$(info LTO disabled for $(DEB_HOST_ARCH))
|
||||||
|
endif
|
||||||
|
|
||||||
# https://bugs.launchpad.net/bugs/2016471
|
# https://bugs.launchpad.net/bugs/2016471
|
||||||
ifeq (,$(filter-out $(LTO_DISABLE_ARCHS), $(DEB_HOST_ARCH)))
|
ifeq (,$(filter-out $(LTO_DISABLE_ARCHS), $(DEB_HOST_ARCH)))
|
||||||
LD_GOLD_SUPPORTS_NO_SYMBOLIC := $(shell ld.gold --help | grep -q -w '-Bno-symbolic' && echo "yes" || echo "no")
|
LD_GOLD_SUPPORTS_NO_SYMBOLIC := $(shell ld.gold --help | grep -q -w '-Bno-symbolic' && echo "yes" || echo "no")
|
||||||
|
Loading…
Reference in New Issue
Block a user