]> git.ipfire.org Git - thirdparty/gcc.git/commit - configure.ac
libphobos: Add target-zlib to top-level configure
authoribuclaw <ibuclaw@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Apr 2019 20:13:34 +0000 (20:13 +0000)
committeribuclaw <ibuclaw@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Apr 2019 20:13:34 +0000 (20:13 +0000)
commite60a24bda6d953531ffa7c02af296dad32603c2d
treea54ece0354260e54a34472ff2bc81f5834fd2742
parentd1d7d3614b6886f07784211e3b199a79b6af91ea
libphobos: Add target-zlib to top-level configure

Removes the building of zlib from within libphobos, using instead the
libz_convenience.a library.

ChangeLog:

2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>

* configure.ac: Add target-zlib to target_libraries.
* configure: Regenerate.

gcc/ChangeLog:

2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>

* doc/install.texi: Document --with-target-system-zlib.

libphobos/ChangeLog:

2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>

* m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_ZLIB): Use
libz_convenience.a if not using system zlib.
* Makefile.in: Regenerate.
* configure: Regenerate.
* libdruntime/Makefile.in: Regenerate.
* src/Makefile.am: Remove ZLIB_CSOURCES and AM_CFLAGS.
* src/Makefile.in: Regenerate.
* testsuite/Makefile.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@270328 138bc75d-0d04-0410-961f-82ee72b054a4
13 files changed:
ChangeLog
configure
configure.ac
gcc/ChangeLog
gcc/doc/install.texi
libphobos/ChangeLog
libphobos/Makefile.in
libphobos/configure
libphobos/libdruntime/Makefile.in
libphobos/m4/druntime/libraries.m4
libphobos/src/Makefile.am
libphobos/src/Makefile.in
libphobos/testsuite/Makefile.in