summaryrefslogtreecommitdiff
path: root/libre/iceweasel/no-relinking.patch
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2020-01-12 17:08:21 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2020-01-13 01:58:44 -0500
commit4549153d9d6d5a451b22c8613ce27126d365239a (patch)
treeafc71c47a31bebefa41a3a7c654c7cd6f83684c2 /libre/iceweasel/no-relinking.patch
parent14bf8d1e40d931a98755b8c3371138272cca4476 (diff)
downloadabslibre-4549153d9d6d5a451b22c8613ce27126d365239a.tar.gz
abslibre-4549153d9d6d5a451b22c8613ce27126d365239a.tar.bz2
abslibre-4549153d9d6d5a451b22c8613ce27126d365239a.zip
[iceweasel]: upgrade to v71 (not tested)
Diffstat (limited to 'libre/iceweasel/no-relinking.patch')
-rw-r--r--libre/iceweasel/no-relinking.patch41
1 files changed, 0 insertions, 41 deletions
diff --git a/libre/iceweasel/no-relinking.patch b/libre/iceweasel/no-relinking.patch
deleted file mode 100644
index 6dd988402..000000000
--- a/libre/iceweasel/no-relinking.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-
-# HG changeset patch
-# User Mike Shal <mshal@mozilla.com>
-# Date 1570127498 25200
-# Node ID b8bc2504f108d8a2216ee11405cbbe4cf7a0eaec
-# Parent 9a4d6aacc48080f019024c02ac7da1fd576b39fe
-Bug XYZ - Only force re-linking on 1-tier PGO builds; r?#firefox-build-system-reviewers
-
-
-diff --git a/config/rules.mk b/config/rules.mk
---- a/config/rules.mk
-+++ b/config/rules.mk
-@@ -465,25 +465,27 @@ ifeq ($(OS_ARCH)_$(GNU_CC), WINNT_)
- $(foreach pgd,$(wildcard *.pgd),pgomgr -clear $(pgd);)
- else
- ifdef GNU_CC
- -$(RM) *.gcda
- endif
- endif
- endif
-
-+ifdef MOZ_1TIER_PGO
- ifneq (,$(MOZ_PROFILE_GENERATE)$(MOZ_PROFILE_USE))
- ifneq (,$(filter target,$(MAKECMDGOALS)))
- ifdef GNU_CC
- # Force rebuilding libraries and programs in both passes because each
- # pass uses different object files.
- $(PROGRAM) $(SHARED_LIBRARY) $(LIBRARY): FORCE
- endif
- endif
- endif
-+endif
-
- endif # NO_PROFILE_GUIDED_OPTIMIZE
-
- ##############################################
-
- clean clobber realclean clobber_all::
- -$(RM) $(ALL_TRASH)
- -$(RM) -r $(ALL_TRASH_DIRS)
-