]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Regenerate configure in bfd/binutils/gas/gdb/gold
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 2 Apr 2015 12:41:50 +0000 (05:41 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 2 Apr 2015 12:45:03 +0000 (05:45 -0700)
bfd/

* configure: Regenerated.

binutils/

* configure: Regenerated.

gas/

* configure: Regenerated.

gdb/

* Makefile.in (top_srcdir): New.
* configure: Regenerated.

gold/

* configure: Regenerated.

bfd/ChangeLog
bfd/configure
binutils/ChangeLog
binutils/configure
gas/ChangeLog
gas/configure
gdb/ChangeLog
gdb/Makefile.in
gdb/configure
gold/ChangeLog
gold/configure

index 9e78a49cd178b464172ff204f4e240b5197f4dd0..1f3dc15b49a02dae82b21a263d4504b2a8e06dc9 100644 (file)
@@ -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>
index 4f0bdd82b9c1de09af86d5dd8b21ce0350cd1b12..be53faf8ef3bca6b55f8c3e8b8be9491bf5cdace 100755 (executable)
@@ -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 :
index 3c71c70bb691d63be9549f8cc7867658cf3999a2..023bd981c82b680e12e426b03954d3324a362d2f 100644 (file)
@@ -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.
index c5e424e6c50b41d62da09db8f372f4d9ded51920..5db82d79f65f78c7c44211dd85d40bac1501e203 100755 (executable)
@@ -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 :
index 2fa231320f631fc9044811da6a3cf2b42163755b..1cdc6f16d436caf65cb1a12d3e272241208df9a0 100644 (file)
@@ -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.
index 67cf1dcde83f38955e586bd706594d7f1adf0314..cb33d03d7bd85ef6051417d3d5b6b676070a347c 100755 (executable)
@@ -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 :
index 079a3071aadf791be6e9acc6e2192fca735075a3..73108a1f632247593330a319b020e1aa7a73b851 100644 (file)
@@ -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:".
index 8f436173171924cad0e4868ae4459ac77660d7d2..87645cdb45b82889c26b10ad7448bacdcd82a2a5 100644 (file)
@@ -105,6 +105,7 @@ POSTCOMPILE = @true
 # Directory containing source files.
 srcdir = @srcdir@
 VPATH = @srcdir@
+top_srcdir = @top_srcdir@
 
 YACC=@YACC@
 
index 3e031a5905cc0e67f3cc4b001e5c0e557d13ea1e..b8d4a7a1941ace352afb5ec9510ba8ba812e405a 100755 (executable)
@@ -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 :
index 6a8435553aa76d4f2d6c906887b453519b44ec0b..ea4390eeb8c525f1ce4b53ad0d1b26e2afa7519b 100644 (file)
@@ -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
index d082ffe70fdd15264fc5b4c75983c147eabd3742..a005a757ec7a0afd29396b998fea766d005537cd 100755 (executable)
@@ -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 :