diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-03-31 03:58:15 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-03-31 03:59:04 -0700 |
commit | f24173ebf754866d4a1881a28dc2c07062c119d7 (patch) | |
tree | e45d9421f6d0ba52848cbd5571e967740f97290d /ld/Makefile.in | |
parent | 0138187e9fc351c6d4615bbe2ab020a3ac646b50 (diff) | |
download | gdb-f24173ebf754866d4a1881a28dc2c07062c119d7.zip gdb-f24173ebf754866d4a1881a28dc2c07062c119d7.tar.gz gdb-f24173ebf754866d4a1881a28dc2c07062c119d7.tar.bz2 |
Remove --with-zlib from ld
This patch removes --with-zlib from ld.
ld/
* configure.ac (AM_ZLIB): Removed.
* Makefile.in: Regenerated.
* config.in: Likewise.
* configure: Likewise.
ld/testsuite/
* ld-bootstrap/bootstrap.exp (extralibs): Add -lz.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index 3236d7e..97fc3fa 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -68,7 +68,6 @@ DIST_COMMON = NEWS README ChangeLog $(srcdir)/Makefile.in \ $(srcdir)/../ylwrap $(ld_TEXINFOS) ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/../bfd/acinclude.m4 \ - $(top_srcdir)/../config/zlib.m4 \ $(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/../config/acx.m4 \ $(top_srcdir)/../config/depstand.m4 \ $(top_srcdir)/../config/gettext-sister.m4 \ |