aboutsummaryrefslogtreecommitdiff
path: root/intl/ChangeLog
diff options
context:
space:
mode:
authorHafiz Abid Qadeer <abidh@codesourcery.com>2018-11-07 22:41:21 +0000
committerJeff Law <law@gcc.gnu.org>2018-11-07 15:41:21 -0700
commite9f3803db32c8dd499fe9da64558d30f6a920cc9 (patch)
tree032080e3009e66f710d7f59dcc5a8775475ffa45 /intl/ChangeLog
parent48b2caf016f12c48ca43024c45d080b5333a1ca9 (diff)
downloadgcc-e9f3803db32c8dd499fe9da64558d30f6a920cc9.zip
gcc-e9f3803db32c8dd499fe9da64558d30f6a920cc9.tar.gz
gcc-e9f3803db32c8dd499fe9da64558d30f6a920cc9.tar.bz2
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 'intl/ChangeLog')
-rw-r--r--intl/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/intl/ChangeLog b/intl/ChangeLog
index f4ae3e5..8c93696 100644
--- a/intl/ChangeLog
+++ b/intl/ChangeLog
@@ -1,3 +1,7 @@
+2018-11-07 Hafiz Abid Qadeer <abidh@codesourcery.com>
+
+ * configure: Regenerated.
+
2018-10-31 Joseph Myers <joseph@codesourcery.com>
PR bootstrap/82856