diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-04-02 05:41:50 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-04-02 05:45:03 -0700 |
commit | 39f3de7c43926181f8f2f57bfa17d4fe9e5748a0 (patch) | |
tree | 64109d11d33ed48318326aaa8aacf1e38cc1fc32 | |
parent | 7fed4b0be6aa0d0794b8536e9f80d128f0d9bbdb (diff) | |
download | gdb-39f3de7c43926181f8f2f57bfa17d4fe9e5748a0.zip gdb-39f3de7c43926181f8f2f57bfa17d4fe9e5748a0.tar.gz gdb-39f3de7c43926181f8f2f57bfa17d4fe9e5748a0.tar.bz2 |
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.
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rwxr-xr-x | bfd/configure | 4 | ||||
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rwxr-xr-x | binutils/configure | 4 | ||||
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rwxr-xr-x | gas/configure | 4 | ||||
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/Makefile.in | 1 | ||||
-rwxr-xr-x | gdb/configure | 4 | ||||
-rw-r--r-- | gold/ChangeLog | 4 | ||||
-rwxr-xr-x | 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 : |