This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/29920] include/Makefile.am still uses CCODECVT_H
- From: "amylaar at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Nov 2006 22:48:31 -0000
- Subject: [Bug libstdc++/29920] include/Makefile.am still uses CCODECVT_H
- References: <bug-29920-5394@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from amylaar at gcc dot gnu dot org 2006-11-20 22:48 -------
CCODECVT_H is no longer defined. If symlinks work, the effect of the stale
code
is relatively harmless, symlinking to the directory. However, when the build
platform has to do a copy instead, it will copy the entire directory, which
costs a lot of time and storage.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29920