diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-01-03 00:49:51 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-01-03 00:49:51 +0100 |
commit | af2d7885363daa305cf4840cb7fe72e3ada04122 (patch) | |
tree | 7833ea81795bfcd978c98307d18dd3e17f17c94e /9999/0002-Gentoo-libiberty-install-PIC-version-of-libiberty.a.patch | |
parent | Rebase on top of upstream commit 4cbfd0daabd6851 (diff) | |
download | binutils-patches-af2d7885363daa305cf4840cb7fe72e3ada04122.tar.gz binutils-patches-af2d7885363daa305cf4840cb7fe72e3ada04122.tar.bz2 binutils-patches-af2d7885363daa305cf4840cb7fe72e3ada04122.zip |
Rebase patches onto master
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to '9999/0002-Gentoo-libiberty-install-PIC-version-of-libiberty.a.patch')
-rw-r--r-- | 9999/0002-Gentoo-libiberty-install-PIC-version-of-libiberty.a.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/9999/0002-Gentoo-libiberty-install-PIC-version-of-libiberty.a.patch b/9999/0002-Gentoo-libiberty-install-PIC-version-of-libiberty.a.patch index 9a5590e..f5936c6 100644 --- a/9999/0002-Gentoo-libiberty-install-PIC-version-of-libiberty.a.patch +++ b/9999/0002-Gentoo-libiberty-install-PIC-version-of-libiberty.a.patch @@ -1,4 +1,4 @@ -From 14210956fa30806c5316ede3db67cac94420bb96 Mon Sep 17 00:00:00 2001 +From 041fec351bca1ec30fa639ee80c0810a413b2d89 Mon Sep 17 00:00:00 2001 From: Mike Frysinger <vapier@gentoo.org> Date: Fri, 7 Jan 2005 00:15:53 -0500 Subject: [PATCH 2/6] Gentoo: libiberty: install PIC version of libiberty.a @@ -18,7 +18,7 @@ general are fairly low, and we'd rather have things work for all of them. 1 file changed, 1 insertion(+) diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in -index abef3c4601b..9dfb6b6d2b0 100644 +index f9fbba23e2c..d37488d1bf8 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -258,6 +258,7 @@ $(TARGETLIB): $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS) @@ -30,5 +30,5 @@ index abef3c4601b..9dfb6b6d2b0 100644 else true; fi; \ if [ x"$(NOASANFLAG)" != x ]; then \ -- -2.38.0 +2.38.2 |