This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH PING: Pinging build maintainers


Ralf Wildenhues <Ralf.Wildenhues@gmx.de> writes:

> * Ian Lance Taylor wrote on Thu, Nov 18, 2010 at 02:40:10AM CET:
>> Add lang_requires_boot_languages to config.lang.in, for the Go frontend:
>> http://gcc.gnu.org/ml/gcc-patches/2010-11/msg01376.html
>
> I sort-of approved that one in
> <http://gcc.gnu.org/ml/gcc-patches/2010-11/msg01484.html>.

Yeah, sort of....


>> Set poststage1_ldflags for all builds, for the Go frontend:
>> http://gcc.gnu.org/ml/gcc-patches/2010-11/msg01639.html
>
> Since I don't quite remember why the previous idea for that patch
> was not liked, I can't really judge what makes this patch better
> suited, so I'd prefer if somebody more experienced would look at it.
> Also, I wonder whether this is going to expose libtool issues with
> -static-libstdc++.

The previous idea was to explicitly use -static-libstdc++ for gold.
People didn't like that because they wanted it to be configurable.  This
patch makes it configurable using the existing configure options.

I don't think libtool is an issue here as we are already using these
options when configured with --enable-build-with-cxx.  As far as I know
libtool is never used with these options anyhow, as I don't think we
ever use libtool to build a program.  Though of course we might do that
someday.


>> Patch libcpp/configure.ac to fix --enable-build-with-cxx:
>> http://gcc.gnu.org/ml/gcc-patches/2010-11/msg01323.html
>
> Alexandre approved this one in
> <http://gcc.gnu.org/ml/gcc-patches/2010-11/msg01433.html>.

Yikes, gmail hid that for me.  Thanks.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]