[PATCH] fixincludes to the toplevel: toplevel changes

Daniel Jacobowitz drow@false.org
Mon Aug 30 19:07:00 GMT 2004


On Mon, Aug 30, 2004 at 01:55:31PM -0400, DJ Delorie wrote:
> 
> > -# Only make build libraries if build != host.
> > -if test ${host_alias} != ${build_alias} ; then
> > -  build_configdirs=`echo ${build_libs} ${build_tools}`
> > -else
> > -  build_configdirs=`echo ${build_tools}`
> > -fi
> > +build_configdirs=`echo ${build_libs} ${build_tools}`
> 
> I suspect this will be wasteful in a majority of the builds people do.
> Can we make this so that ${build_libs} at least is still conditional?
> We don't need the extra libiberty, for example.

Isn't this exactly what we need any time the bootstrap compiler and
stage1 compiler are incompatible?  Which happens in lots of cases...

-- 
Daniel Jacobowitz



More information about the Gcc-patches mailing list