This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
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