diff options
author | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-08-07 05:13:52 +0000 |
---|---|---|
committer | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-08-07 05:13:52 +0000 |
commit | 29890f2ede84580ebc07431f87e20cc787db8598 (patch) | |
tree | fe4a555c5372a25485b0bc8224f9107f52ef87e6 /ChangeLog | |
parent | 70fb6752d16bfdf6fcba6626ec1eef0d8a4388fb (diff) | |
download | gcc-29890f2ede84580ebc07431f87e20cc787db8598.tar.gz |
2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
* Makefile.def (libiconv): Define bootstrap=true.
Mark pdf/html/info as missing.
(configure-gcc): Depend on all-libiconv.
(all-gcc): Ditto.
(configure-libcpp): Ditto.
(all-libcpp): Ditto.
(configure-intl): Ditto.
(all-intl): Ditto.
* Makefile.in: Regenerate.
intl/
* configure: Reflects renaming of configure.in to configure.ac
libcpp/
* configure: Regenerate.
gcc/
* configure.ac: Define LIBICONV_DEP with in-tree libiconv.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@226712 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6272c56a8a5..bd0f35e34ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com> + + * Makefile.def (libiconv): Define bootstrap=true. + Mark pdf/html/info as missing. + (configure-gcc): Depend on all-libiconv. + (all-gcc): Ditto. + (configure-libcpp): Ditto. + (all-libcpp): Ditto. + (configure-intl): Ditto. + (all-intl): Ditto. + * Makefile.in: Regenerate. + 2015-08-03 Bin Cheng <bin.cheng@arm.com> * MAINTAINERS (loop ivopts): Add the entry and myself. |