This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc-3_0-branch configure.in modified, configure not rebuilt
- To: gcc at gcc dot gnu dot org
- Subject: Re: gcc-3_0-branch configure.in modified, configure not rebuilt
- From: "H . J . Lu" <hjl at lucon dot org>
- Date: Sat, 31 Mar 2001 21:20:17 -0800
- References: <20010331231432.A17349@home-desktop>
On Sat, Mar 31, 2001 at 11:14:32PM -0600, Gordon Sadler wrote:
> 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
>
> * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
>
> I believe the top patch was needed to cause libstdc++-v3/src/Makefile.am
> to do the right thing with linking. As right now my bootstraps have been
> trying to use g++ and -lstdc++ to create libstdc++ -(.
>
> However, configure is in CVS, so should probably be regenerated by
> someone with appropriate autoconf and committed?
>
DON'T DO IT. Before anyone even thinks about it, please do
# more configure.in
first.
H.J.