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
On Sun, Apr 01, 2001 at 12:09:24AM -0600, Gordon Sadler wrote:
>
> Then looks like the patch, I mentioned at the start of this thread,
> didn't/doesn't work here.
>
> 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
>
> * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
>
> My bootstraps have been failing since that day. There are some related
> changes inside libstdc++-v3:
>
> 2001-03-28 Alexandre Oliva <aoliva@redhat.com>
>
> * libsupc++/Makefile.am (CXXLINK): Add --tag disable-shared
> * after --tag CXX.
> (LIBTOOL): Let automake take care of its definition.
> * libsupc++/Makefile.in: Rebuilt.
>
> 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
>
> * libsupc++/Makefile.am
> * (CXXLINK): Use CXX again, and
> * choose CXX tag explicitly.
> * src/Makefile.am
> * (CXXLINK):
> * Likewise.
> * libsupc++/Makefile.in,
> * src/Makefile.in:
> * Rebuilt.
>
> Ever since then: (build.log excerpt of it using g++ to link...)
>
I saw that also. Something is wrong. I will check it out tomorrow
if noone elese does it before me.
H.J.