From 426a9755d99a9fc818f151d407cbc9bdcd434a5f Mon Sep 17 00:00:00 2001 From: Moonchild Date: Sat, 16 Oct 2021 11:48:00 +0000 Subject: Issue #1053 - Remove Android systrace, more build system removals. Also updates more comments. --- config/config.mk | 8 -------- 1 file changed, 8 deletions(-) (limited to 'config') diff --git a/config/config.mk b/config/config.mk index 6208d124e1..b71e65fc35 100644 --- a/config/config.mk +++ b/config/config.mk @@ -550,14 +550,6 @@ ifeq (,$(filter $(OS_TARGET),WINNT Darwin)) CHECK_TEXTREL = @$(TOOLCHAIN_PREFIX)readelf -d $(1) | grep TEXTREL > /dev/null && echo 'TEST-UNEXPECTED-FAIL | check_textrel | We do not want text relocations in libraries and programs' || true endif -ifeq ($(MOZ_WIDGET_TOOLKIT),android) -# While this is very unlikely (libc being added by the compiler at the end -# of the linker command line), if libmozglue.so ends up after libc.so, all -# hell breaks loose, so better safe than sorry, and check it's actually the -# case. -CHECK_MOZGLUE_ORDER = @$(TOOLCHAIN_PREFIX)readelf -d $(1) | grep NEEDED | awk '{ libs[$$NF] = ++n } END { if (libs["[libmozglue.so]"] && libs["[libc.so]"] < libs["[libmozglue.so]"]) { print "libmozglue.so must be linked before libc.so"; exit 1 } }' -endif - define CHECK_BINARY $(call CHECK_GLIBC,$(1)) $(call CHECK_STDCXX,$(1)) -- cgit v1.2.3