fix the display of the error

This commit is contained in:
Sylvestre Ledru 2024-09-23 16:02:11 +02:00
parent 7078d590d5
commit df682d9081

4
debian/rules vendored
View File

@ -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")