[binutils-gdb] Regenerate configure in bfd/binutils/gas/gdb/gold

H.J.Lu hjl@sourceware.org
Thu Apr 2 12:47:00 GMT 2015


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=39f3de7c43926181f8f2f57bfa17d4fe9e5748a0

commit 39f3de7c43926181f8f2f57bfa17d4fe9e5748a0
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu Apr 2 05:41:50 2015 -0700

    Regenerate configure in bfd/binutils/gas/gdb/gold
    
    bfd/
    
    	* configure: Regenerated.
    
    binutils/
    
    	* configure: Regenerated.
    
    gas/
    
    	* configure: Regenerated.
    
    gdb/
    
    	* Makefile.in (top_srcdir): New.
    	* configure: Regenerated.
    
    gold/
    
    	* configure: Regenerated.

Diff:
---
 bfd/ChangeLog      | 4 ++++
 bfd/configure      | 4 ++--
 binutils/ChangeLog | 4 ++++
 binutils/configure | 4 ++--
 gas/ChangeLog      | 4 ++++
 gas/configure      | 4 ++--
 gdb/ChangeLog      | 5 +++++
 gdb/Makefile.in    | 1 +
 gdb/configure      | 4 ++--
 gold/ChangeLog     | 4 ++++
 gold/configure     | 4 ++--
 11 files changed, 32 insertions(+), 10 deletions(-)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 9e78a49..1f3dc15 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* configure: Regenerated.
+
 2015-04-01  Tejas Belagod  <tejas.belagod@arm.com>
 	    Marcus Shawcroft  <marcus.shawcroft@arm.com>
 	    Jiong Wang  <jiong.wang@arm.com>
diff --git a/bfd/configure b/bfd/configure
index 4f0bdd8..be53faf 100755
--- a/bfd/configure
+++ b/bfd/configure
@@ -13857,8 +13857,8 @@ _ACEOF
 # This is used only by compress.c.
 
   # Use the system's zlib library.
-  zlibdir=-L../zlib
-  zlibinc="-I\$(srcdir)/../zlib"
+  zlibdir="-L\$(top_builddir)/../zlib"
+  zlibinc="-I\$(top_srcdir)/../zlib"
 
 # Check whether --with-system-zlib was given.
 if test "${with_system_zlib+set}" = set; then :
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 3c71c70..023bd98 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* configure: Regenerated.
+
 2015-04-02  Mike Frysinger  <vapier@gentoo.org>
 
 	* MAINTAINERS: Update my e-mail address.
diff --git a/binutils/configure b/binutils/configure
index c5e424e..5db82d7 100755
--- a/binutils/configure
+++ b/binutils/configure
@@ -13543,8 +13543,8 @@ _ACEOF
 # reading compressed sections).
 
   # Use the system's zlib library.
-  zlibdir=-L../zlib
-  zlibinc="-I\$(srcdir)/../zlib"
+  zlibdir="-L\$(top_builddir)/../zlib"
+  zlibinc="-I\$(top_srcdir)/../zlib"
 
 # Check whether --with-system-zlib was given.
 if test "${with_system_zlib+set}" = set; then :
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 2fa2313..1cdc6f1 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* configure: Regenerated.
+
 2015-04-01  Evandro Menezes  <e.menezes@samsung.com>
 
 	* config/tc-aarch64.c: Add support for Samsung Exynos M1.
diff --git a/gas/configure b/gas/configure
index 67cf1dc..cb33d03 100755
--- a/gas/configure
+++ b/gas/configure
@@ -14324,8 +14324,8 @@ esac
 # Link in zlib if we can.  This allows us to write compressed debug sections.
 
   # Use the system's zlib library.
-  zlibdir=-L../zlib
-  zlibinc="-I\$(srcdir)/../zlib"
+  zlibdir="-L\$(top_builddir)/../zlib"
+  zlibinc="-I\$(top_srcdir)/../zlib"
 
 # Check whether --with-system-zlib was given.
 if test "${with_system_zlib+set}" = set; then :
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 079a307..73108a1 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2015-04-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* Makefile.in (top_srcdir): New.
+	* configure: Regenerated.
+
 2015-04-02  Gary Benson <gbenson@redhat.com>
 
 	* NEWS: Announce the new default sysroot of "target:".
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 8f43617..87645cd 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -105,6 +105,7 @@ POSTCOMPILE = @true
 # Directory containing source files.
 srcdir = @srcdir@
 VPATH = @srcdir@
+top_srcdir = @top_srcdir@
 
 YACC=@YACC@
 
diff --git a/gdb/configure b/gdb/configure
index 3e031a5..b8d4a7a 100755
--- a/gdb/configure
+++ b/gdb/configure
@@ -7020,8 +7020,8 @@ fi
 # Link in zlib if we can.  This allows us to read compressed debug sections.
 
   # Use the system's zlib library.
-  zlibdir=-L../zlib
-  zlibinc="-I\$(srcdir)/../zlib"
+  zlibdir="-L\$(top_builddir)/../zlib"
+  zlibinc="-I\$(top_srcdir)/../zlib"
 
 # Check whether --with-system-zlib was given.
 if test "${with_system_zlib+set}" = set; then :
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 6a84355..ea4390e 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* configure: Regenerated.
+
 2015-04-01  Ilya Tocar  <ilya.tocar@intel.com>
 
 	PR gold/17640
diff --git a/gold/configure b/gold/configure
index d082ffe..a005a75 100755
--- a/gold/configure
+++ b/gold/configure
@@ -6876,8 +6876,8 @@ fi
 # Link in zlib if we can.  This allows us to write compressed sections.
 
   # Use the system's zlib library.
-  zlibdir=-L../zlib
-  zlibinc="-I\$(srcdir)/../zlib"
+  zlibdir="-L\$(top_builddir)/../zlib"
+  zlibinc="-I\$(top_srcdir)/../zlib"
 
 # Check whether --with-system-zlib was given.
 if test "${with_system_zlib+set}" = set; then :



More information about the Gdb-cvs mailing list