build: remove glibc backcompat requirement for Linux symbol checks

pull/826/head
fanquake 3 years ago
parent 088b348dbe
commit 84dd81fb5b
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

@ -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…
Cancel
Save