public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in src/patchsets/binutils/2.24.51.0.2: 20_all_libiberty-install.patch README.history
@ 2014-01-06 18:25 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2014-01-06 18:25 UTC (permalink / raw
  To: gentoo-commits

vapier      14/01/06 18:25:22

  Modified:             README.history
  Added:                20_all_libiberty-install.patch
  Log:
  add fix from upstream for installing libiberty #497268

Revision  Changes    Path
1.2                  src/patchsets/binutils/2.24.51.0.2/README.history

file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.24.51.0.2/README.history?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.24.51.0.2/README.history?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.24.51.0.2/README.history?r1=1.1&r2=1.2

Index: README.history
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/binutils/2.24.51.0.2/README.history,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README.history	22 Dec 2013 16:29:17 -0000	1.1
+++ README.history	6 Jan 2014 18:25:21 -0000	1.2
@@ -1,3 +1,6 @@
+1.1		06 Jan 2014
+	+ 20_all_libiberty-install.patch
+
 1.0		22 Dec 2013
 	+ 12_all_sh-targets.patch
 	+ 30_all_binutils-2.22.52.0.2-flexible-tests.patch



1.1                  src/patchsets/binutils/2.24.51.0.2/20_all_libiberty-install.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.24.51.0.2/20_all_libiberty-install.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.24.51.0.2/20_all_libiberty-install.patch?rev=1.1&content-type=text/plain

Index: 20_all_libiberty-install.patch
===================================================================
https://bugs.gentoo.org/497268
http://gcc.gnu.org/PR56780

From 6a70966460c85d26499b58209eba31169936ee52 Mon Sep 17 00:00:00 2001
From: Mike Frysinger <vapier@gentoo.org>
Date: Mon, 6 Jan 2014 11:04:16 -0500
Subject: [PATCH] libiberty: fix --enable-install-libiberty flag [PR 56780]

Commit 199570 fixed the --disable-install-libiberty behavior, but it also
added a bug where the enable path never works because the initial clear
of target_header_dir wasn't deleted.  So we end up initializing properly
at the top only to reset it at the end all the time.

2014-01-06  Mike Frysinger  <vapier@gentoo.org>

	PR other/56780
	* configure.ac: Delete target_header_dir assignment.
	* configure: Regenerated.
---
 libiberty/configure    | 1 -
 libiberty/configure.ac | 1 -
 2 files changed, 2 deletions(-)

diff --git a/libiberty/configure.ac b/libiberty/configure.ac
index 4ad88a9..d6180bc 100644
--- a/libiberty/configure.ac
+++ b/libiberty/configure.ac
@@ -411,7 +411,6 @@ fi
 
 setobjs=
 CHECK=
-target_header_dir=
 if test -n "${with_target_subdir}"; then
 
   # We are being configured as a target library.  AC_REPLACE_FUNCS
diff --git a/libiberty/configure b/libiberty/configure
index 8ea54da..7bde9b3 100755
--- a/libiberty/configure
+++ b/libiberty/configure
@@ -5510,7 +5510,6 @@ fi
 
 setobjs=
 CHECK=
-target_header_dir=
 if test -n "${with_target_subdir}"; then
 
   # We are being configured as a target library.  AC_REPLACE_FUNCS
-- 
1.8.4.3





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-01-06 18:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-06 18:25 [gentoo-commits] gentoo commit in src/patchsets/binutils/2.24.51.0.2: 20_all_libiberty-install.patch README.history Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox