Regenerate configure in gold
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 1 Apr 2015 13:24:42 +0000 (06:24 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 1 Apr 2015 13:40:35 +0000 (06:40 -0700)
commit918357b9556c9eaf81129ea6691bb6e461e80f86
tree9ecb1b3b05b88562da8adb575a4b45ee10825c33
parent1ac806b8a7d0c09a0052751262f37336fb06bf6f
Regenerate configure in gold

Regenerate configure for zlib.m4 change, which adds --with-system-zlib and
removes --with-zlib in gold.  zlib is enabled unconditionally with builtin
zlib imported from GCC.

* Makefile.am (ZLIB): New.
(ZLIBINC): Likewise.
(AM_CFLAGS): Add $(ZLIBINC).
(AM_CXXFLAGS): Likewise.
(ldadd_varldadd_var): Add $(ZLIB).
(incremental_dump_LDADD): Likewise.
(dwp_LDADD): Likewise.
* compressed_output.cc: Don't check HAVE_ZLIB_H to include
<zlib.h>.
(zlib_compress): Don't check HAVE_ZLIB_H.
(zlib_decompress): Likewise.
* options.h (compress_debug_sections): Likewise.
* configure.ac (AM_CONDITIONAL): Removed.
* testsuite/Makefile.am (ZLIB): New.
(LDADD): Add $(ZLIB).
Don't check HAVE_ZLIB.
* Makefile.in: Regenerated.
* config.in: Likewise.
* configure: Likewise.
* testsuite/Makefile.in: Likewise.
gold/ChangeLog
gold/Makefile.am
gold/Makefile.in
gold/compressed_output.cc
gold/config.in
gold/configure
gold/configure.ac
gold/options.h
gold/testsuite/Makefile.am
gold/testsuite/Makefile.in
This page took 0.025833 seconds and 4 git commands to generate.