build: remove glibc backcompat requirement for Linux symbol checks

This commit is contained in:
fanquake 2021-07-06 11:41:50 +08:00
parent 088b348dbe
commit 84dd81fb5b
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

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