diff options
author | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2007-02-06 18:00:12 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2007-02-06 18:00:12 +0000 |
commit | 0469f461f307d162ee8cb4a3e26c3c5f8b87f460 (patch) | |
tree | ab418328fd84caafaab55ccccfc1b9eb348f7aa0 /libstdc++-v3 | |
parent | bdbccd1c53daa50a5526f5a3f5a71ede72fc2efc (diff) | |
download | gcc-0469f461f307d162ee8cb4a3e26c3c5f8b87f460.zip gcc-0469f461f307d162ee8cb4a3e26c3c5f8b87f460.tar.gz gcc-0469f461f307d162ee8cb4a3e26c3c5f8b87f460.tar.bz2 |
extc++.h: Guard include files that assume iconv support is present from precompilation...
2007-02-06 Benjamin Kosnik <bkoz@redhat.com>
Marco Trudel <mtrudel@gmx.ch>
* include/precompiled/extc++.h: Guard include files that assume
iconv support is present from precompilation via
_GLIBCXX_HAVE_ICONV.
From-SVN: r121656
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 67acc42..0e36c97 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,8 +1,9 @@ 2007-02-06 Benjamin Kosnik <bkoz@redhat.com> Marco Trudel <mtrudel@gmx.ch> - * 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 <pcarlini@suse.de> |