diff options
author | Hafiz Abid Qadeer <abidh@codesourcery.com> | 2018-11-07 22:41:21 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2018-11-07 15:41:21 -0700 |
commit | e9f3803db32c8dd499fe9da64558d30f6a920cc9 (patch) | |
tree | 032080e3009e66f710d7f59dcc5a8775475ffa45 /ChangeLog | |
parent | 48b2caf016f12c48ca43024c45d080b5333a1ca9 (diff) | |
download | gcc-e9f3803db32c8dd499fe9da64558d30f6a920cc9.tar.gz |
iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
2018-11-06 Hafiz Abid Qadeer <abidh@codesourcery.com>
* config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
Append $INCICONV to it.
gcc/
* configure: Regenerated.
libcpp/
* configure: Likewise.
libstdc++-v3/
* configure: Likewise.
intl/
* configure: Likewise.
From-SVN: r265896
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2d93178906f..e0662790934 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-11-06 Hafiz Abid Qadeer <abidh@codesourcery.com> + + * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS. + Append $INCICONV to it. + 2018-11-04 Stafford Horne <shorne@gmail.com> * MAINTAINERS (Write After Approval): Add myself. |