From: bkoz Date: Tue, 6 Feb 2007 18:00:12 +0000 (+0000) Subject: 2007-02-06 Benjamin Kosnik X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=08c7a4f934ae03a5c067a44cf609fa7a0f294910;p=thirdparty%2Fgcc.git 2007-02-06 Benjamin Kosnik Marco Trudel * include/precompiled/extc++.h: Guard include files that assume iconv support is present from precompilation via _GLIBCXX_HAVE_ICONV. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121656 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 67acc42546ad..0e36c977831b 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,8 +1,9 @@ 2007-02-06 Benjamin Kosnik Marco Trudel - * include/precompiled/extc++.h: Don't precompile include files - that assume iconv support is present. + * include/precompiled/extc++.h: Guard include files that assume + iconv support is present from precompilation via + _GLIBCXX_HAVE_ICONV. 2007-02-05 Paolo Carlini