This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [libstdc++] Add --disable-hosted-libstdcxx, clean up conditionals
On Thu, Aug 28, 2003 at 11:32:17AM +0200, Gabriel Dos Reis wrote:
> Phil Edwards <phil@jaj.com> writes:
>
> | The main point of this patch is --disable-hosted-libstdcxx, which will
>
> This flag should read --disable-hosted-libstdc++ for clearity,
> consistency. The hosted library is not named libstdcxx, but libstdc++.
All the other configure options were recently changed /from/ libstdc++
to libstdcxx, at the request of toplevel maintainers. I happen to agree
with it, but even if I didn't, it was made for valid reasons.
(IIRC, there are shells which have problems expanding and parsing things
like "${enable_hosted_libstdc+++set}", which is what the corresponding
++-style variable would be called.)
--
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it.
- Brian W. Kernighan