mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 06:52:36 +01:00
build: remove glibc backcompat requirement for Linux symbol checks
This commit is contained in:
parent
088b348dbe
commit
84dd81fb5b
1 changed files with 1 additions and 1 deletions
|
@ -822,7 +822,7 @@ if TARGET_WINDOWS
|
|||
$(AM_V_at) OBJDUMP=$(OBJDUMP) $(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
|
||||
|
|
Loading…
Add table
Reference in a new issue