This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: combined bootstrap with --enable-gold


* Andrew Pinski wrote on Sat, Sep 19, 2009 at 11:12:14AM CEST:
> On Sat, Sep 19, 2009 at 12:54 AM, Ralf Wildenhues wrote:
> > +case "$ENABLE_GOLD:$ENABLE_BUILD_WITH_CXX:$enable_bootstrap: $configdirs " in
> > + ?no:*) ;;
> > + ?*:yes:yes:*) ;;
> > + ?*:*:yes:*\ gold\ *)
> > + ? ?AC_MSG_ERROR([in a combined tree, bootstrapping with --enable-gold requires --enable-build-with-cxx])
> > + ? ?;;
> > +esac
> 
> I think you rather have --enable-stage1-languages=c,c++ instead (I
> think that is the spelling of the configure option).
> --enable-build-with-cxx is a different.

Thanks; that was a thinko.  I'll redo the patch.

Cheers,
Ralf


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