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] fixincludes to the toplevel: toplevel changes


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


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