diff options
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 |