summarylogtreecommitdiffstats
path: root/0028-Make-elfhack-use-toolchain.patch
diff options
context:
space:
mode:
authorBjörn Bidar2021-06-12 00:25:30 +0300
committerBjörn Bidar2021-08-21 06:51:44 +0300
commit6b850f75313f5a625728ce34c98267261a62f839 (patch)
tree08bbf47f18cd8f0ef8c41f9910e1c978f083860f /0028-Make-elfhack-use-toolchain.patch
parent2b2b66786ae469ebed4309d757bb13808b737fdf (diff)
downloadaur-6b850f75313f5a625728ce34c98267261a62f839.tar.gz
Update to 89.0.2-1
- New upstream release - Update patches: - unity-menubar patch from Ubuntu - firefox-kde patches from openSUSE - Gentoo - Depend on GCC 11.2>= for fixes on c++: "perfect" implicitly deleted move
Diffstat (limited to '0028-Make-elfhack-use-toolchain.patch')
-rw-r--r--0028-Make-elfhack-use-toolchain.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/0028-Make-elfhack-use-toolchain.patch b/0028-Make-elfhack-use-toolchain.patch
deleted file mode 100644
index 3777a389da82..000000000000
--- a/0028-Make-elfhack-use-toolchain.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 4e3738ce60222356aed610206d683077e39cf67b Mon Sep 17 00:00:00 2001
-From: Thomas Deutschmann <whissi@gentoo.org>
-Date: Mon, 28 Sep 2020 20:52:24 +0200
-Subject: [PATCH 28/39] 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.30.1
-