This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: [CVS gcc toplevel patch] v2 + v3, --enable-libstdcxx-v3
- To: Benjamin Kosnik <bkoz at cygnus dot com>
- Subject: Re: [CVS gcc toplevel patch] v2 + v3, --enable-libstdcxx-v3
- From: Jason Merrill <jason at cygnus dot com>
- Date: 05 Apr 2000 11:18:08 -0700
- Cc: libstdc++ at sourceware dot cygnus dot com
- References: <200004050839.BAA06258@haight.constant.com>
Seems like you might as well just use one macro, and set it to
"target-libstdc++-v3" or "target-libstdc++ target-libio".
Configuring with --enable-libstdcxx-v3 should change the default for
-fhonor-std, not just how libgcc is built; otherwise, if the user forgets
to specify -fhonor-std, her code won't link.
Jason