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.
This commit is contained in:
H.J. Lu 2015-04-02 05:41:50 -07:00
parent 7fed4b0be6
commit 39f3de7c43
11 changed files with 32 additions and 10 deletions

View 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>

4
bfd/configure vendored
View File

@ -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 :

View 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.

4
binutils/configure vendored
View File

@ -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 :

View 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.

4
gas/configure vendored
View File

@ -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 :

View 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:".

View File

@ -105,6 +105,7 @@ POSTCOMPILE = @true
# Directory containing source files.
srcdir = @srcdir@
VPATH = @srcdir@
top_srcdir = @top_srcdir@
YACC=@YACC@

4
gdb/configure vendored
View File

@ -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 :

View 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

4
gold/configure vendored
View File

@ -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 :