build: run backwards compatibility symbol checks on all builds

courtesy of https://github.com/bitcoin/bitcoin/pull/22405
This commit is contained in:
Kittywhiskers Van Gogh 2021-07-06 11:41:50 +08:00
parent 8dab7027e3
commit d28ba33136

View File

@ -943,7 +943,7 @@ if TARGET_WINDOWS
$(AM_V_at) $(PYTHON) $(top_srcdir)/contrib/devtools/symbol-check.py $(bin_PROGRAMS)
endif
if GLIBC_BACK_COMPAT
if TARGET_LINUX
@echo "Checking glibc back compat..."
$(AM_V_at) CPPFILT='$(CPPFILT)' $(PYTHON) $(top_srcdir)/contrib/devtools/symbol-check.py $(bin_PROGRAMS)
endif