summarylogtreecommitdiffstats
path: root/0029-Make-elfhack-use-toolchain.patch
diff options
context:
space:
mode:
authorBjörn Bidar2021-02-14 20:02:25 +0200
committerBjörn Bidar2021-02-14 22:34:41 +0200
commit9378334138de28da648bfa0644f3ea09e5c9c868 (patch)
treea3df7133d544086e60e831d592c69a9c50e71a8b /0029-Make-elfhack-use-toolchain.patch
parent3fc7a6150487ecf4e4aba30c25d621b4581cdfd8 (diff)
downloadaur-9378334138de28da648bfa0644f3ea09e5c9c868.tar.gz
Update to 85.0.2-1
- New upstream release - Update unity-menubar patch from Ubuntu - Update firefox-kde patches from openSUSE - Rebased patches from/collected by Gentoo to improve PGO/LTO builds with GCC - Remove patch for MOZILLA#1644409 as it is committed upstream - Add patch to fix building against rust 1.50 (MOZILLA#1684261) - Move patch source description to $source to show the sources of local patches if they are not from the package itself
Diffstat (limited to '0029-Make-elfhack-use-toolchain.patch')
-rw-r--r--0029-Make-elfhack-use-toolchain.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/0029-Make-elfhack-use-toolchain.patch b/0029-Make-elfhack-use-toolchain.patch
deleted file mode 100644
index fb213cc743f3..000000000000
--- a/0029-Make-elfhack-use-toolchain.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 01459287a2dbb4d422526602a35d6d3965cffdc5 Mon Sep 17 00:00:00 2001
-From: Thomas Deutschmann <whissi@gentoo.org>
-Date: Mon, 28 Sep 2020 20:52:24 +0200
-Subject: [PATCH 29/35] Make elfhack use toolchain
-
-Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
----
- build/unix/elfhack/Makefile.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/build/unix/elfhack/Makefile.in b/build/unix/elfhack/Makefile.in
-index 08cc3d6852..c2b575d87a 100644
---- a/build/unix/elfhack/Makefile.in
-+++ b/build/unix/elfhack/Makefile.in
-@@ -20,7 +20,7 @@ test-array$(DLL_SUFFIX) test-ctors$(DLL_SUFFIX): %$(DLL_SUFFIX): %.$(OBJ_SUFFIX)
- # Fail if the backup file doesn't exist
- [ -f '$@.bak' ]
- # Fail if the new library doesn't contain less relocations
-- [ $$($(TOOLCHAIN_PREFIX)objdump -R $@.bak | wc -l) -gt $$(objdump -R $@ | wc -l) ]
-+ [ $$($(TOOLCHAIN_PREFIX)objdump -R $@.bak | wc -l) -gt $$($(TOOLCHAIN_PREFIX)objdump -R $@ | wc -l) ]
-
- test-array$(DLL_SUFFIX) test-ctors$(DLL_SUFFIX): DSO_SONAME=$@
- test-array$(DLL_SUFFIX): DT_TYPE=INIT_ARRAY
---
-2.29.2
-