This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: How do I run "make check" in gcc with libstdc++-v3?
- To: Loren James Rittle <rittle at latour dot rsch dot comm dot mot dot com>
- Subject: Re: How do I run "make check" in gcc with libstdc++-v3?
- From: "H . J . Lu" <hjl at lucon dot org>
- Date: Tue, 16 May 2000 15:22:12 -0700
- Cc: gcc at gcc dot gnu dot org, bkoz at cygnus dot com
- References: <200005162212.RAA78854@latour.rsch.comm.mot.com>
On Tue, May 16, 2000 at 05:12:33PM -0500, Loren James Rittle wrote:
>
> This issue can better be addressed by adding:
>
> ${src}/libstdc++-v3/backward ${src}/libstdc++-v3/ext
Please check out the current
http://www.lucon.org/gcc/3.0/gcc-3.0-libstc++-v3.patch
I did sed -e "s/-I/-isystem /g" to transform -I to -isystem. I can
take it out after the necessary changes are checked in. I believe
http://www.lucon.org/gcc/3.0/gcc-3.0-inc.patch
is still necessary for #include_next to work with -B -isystem.
H.J.