mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
Revert the AM_ZLIB change in bfd
* configure.ac: Revert the AM_ZLIB change. * Makefile.in: Regenerated. * aclocal.m4: Likewise. * configure: Likewise. * doc/Makefile.in: Likewise.
This commit is contained in:
@ -1,3 +1,11 @@
|
|||||||
|
2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* configure.ac: Revert the AM_ZLIB change.
|
||||||
|
* Makefile.in: Regenerated.
|
||||||
|
* aclocal.m4: Likewise.
|
||||||
|
* configure: Likewise.
|
||||||
|
* doc/Makefile.in: Likewise.
|
||||||
|
|
||||||
2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
|
2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
PR ld/18169
|
PR ld/18169
|
||||||
|
@ -75,7 +75,8 @@ am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
|
|||||||
$(top_srcdir)/../config/plugins.m4 \
|
$(top_srcdir)/../config/plugins.m4 \
|
||||||
$(top_srcdir)/../config/po.m4 \
|
$(top_srcdir)/../config/po.m4 \
|
||||||
$(top_srcdir)/../config/progtest.m4 \
|
$(top_srcdir)/../config/progtest.m4 \
|
||||||
$(top_srcdir)/../config/stdint.m4 $(top_srcdir)/../libtool.m4 \
|
$(top_srcdir)/../config/stdint.m4 \
|
||||||
|
$(top_srcdir)/../config/zlib.m4 $(top_srcdir)/../libtool.m4 \
|
||||||
$(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
|
$(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
|
||||||
$(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
|
$(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
|
||||||
$(top_srcdir)/bfd.m4 $(top_srcdir)/warning.m4 \
|
$(top_srcdir)/bfd.m4 $(top_srcdir)/warning.m4 \
|
||||||
|
1
bfd/aclocal.m4
vendored
1
bfd/aclocal.m4
vendored
@ -979,6 +979,7 @@ m4_include([../config/plugins.m4])
|
|||||||
m4_include([../config/po.m4])
|
m4_include([../config/po.m4])
|
||||||
m4_include([../config/progtest.m4])
|
m4_include([../config/progtest.m4])
|
||||||
m4_include([../config/stdint.m4])
|
m4_include([../config/stdint.m4])
|
||||||
|
m4_include([../config/zlib.m4])
|
||||||
m4_include([../libtool.m4])
|
m4_include([../libtool.m4])
|
||||||
m4_include([../ltoptions.m4])
|
m4_include([../ltoptions.m4])
|
||||||
m4_include([../ltsugar.m4])
|
m4_include([../ltsugar.m4])
|
||||||
|
4
bfd/configure
vendored
4
bfd/configure
vendored
@ -13853,6 +13853,9 @@ cat >>confdefs.h <<_ACEOF
|
|||||||
_ACEOF
|
_ACEOF
|
||||||
|
|
||||||
|
|
||||||
|
# Link in zlib if we can. This allows us to read compressed debug sections.
|
||||||
|
# This is used only by compress.c.
|
||||||
|
|
||||||
# Use the system's zlib library.
|
# Use the system's zlib library.
|
||||||
zlibdir=-L../zlib
|
zlibdir=-L../zlib
|
||||||
zlibinc="-I\$(srcdir)/../zlib"
|
zlibinc="-I\$(srcdir)/../zlib"
|
||||||
@ -13867,6 +13870,7 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# If we are configured native, pick a core file support file.
|
# If we are configured native, pick a core file support file.
|
||||||
COREFILE=
|
COREFILE=
|
||||||
COREFLAG=
|
COREFLAG=
|
||||||
|
@ -236,16 +236,9 @@ AC_CHECK_DECLS(snprintf)
|
|||||||
AC_CHECK_DECLS(vsnprintf)
|
AC_CHECK_DECLS(vsnprintf)
|
||||||
AC_CHECK_DECLS(strnlen)
|
AC_CHECK_DECLS(strnlen)
|
||||||
|
|
||||||
# Use the system's zlib library.
|
# Link in zlib if we can. This allows us to read compressed debug sections.
|
||||||
zlibdir=-L../zlib
|
# This is used only by compress.c.
|
||||||
zlibinc="-I\$(srcdir)/../zlib"
|
AM_ZLIB
|
||||||
AC_ARG_WITH(system-zlib,
|
|
||||||
[AS_HELP_STRING([--with-system-zlib], [use installed libz])],
|
|
||||||
zlibdir=
|
|
||||||
zlibinc=
|
|
||||||
)
|
|
||||||
AC_SUBST(zlibdir)
|
|
||||||
AC_SUBST(zlibinc)
|
|
||||||
|
|
||||||
# If we are configured native, pick a core file support file.
|
# If we are configured native, pick a core file support file.
|
||||||
COREFILE=
|
COREFILE=
|
||||||
|
@ -71,7 +71,8 @@ am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
|
|||||||
$(top_srcdir)/../config/plugins.m4 \
|
$(top_srcdir)/../config/plugins.m4 \
|
||||||
$(top_srcdir)/../config/po.m4 \
|
$(top_srcdir)/../config/po.m4 \
|
||||||
$(top_srcdir)/../config/progtest.m4 \
|
$(top_srcdir)/../config/progtest.m4 \
|
||||||
$(top_srcdir)/../config/stdint.m4 $(top_srcdir)/../libtool.m4 \
|
$(top_srcdir)/../config/stdint.m4 \
|
||||||
|
$(top_srcdir)/../config/zlib.m4 $(top_srcdir)/../libtool.m4 \
|
||||||
$(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
|
$(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
|
||||||
$(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
|
$(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
|
||||||
$(top_srcdir)/bfd.m4 $(top_srcdir)/warning.m4 \
|
$(top_srcdir)/bfd.m4 $(top_srcdir)/warning.m4 \
|
||||||
|
Reference in New Issue
Block a user