mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
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:
parent
7fed4b0be6
commit
39f3de7c43
@ -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
4
bfd/configure
vendored
@ -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 :
|
||||
|
@ -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
4
binutils/configure
vendored
@ -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 :
|
||||
|
@ -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
4
gas/configure
vendored
@ -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 :
|
||||
|
@ -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:".
|
||||
|
@ -105,6 +105,7 @@ POSTCOMPILE = @true
|
||||
# Directory containing source files.
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
|
||||
YACC=@YACC@
|
||||
|
||||
|
4
gdb/configure
vendored
4
gdb/configure
vendored
@ -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 :
|
||||
|
@ -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
4
gold/configure
vendored
@ -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 :
|
||||
|
Loading…
Reference in New Issue
Block a user