This is the mail archive of the gcc@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]

Re: A new parallel buld patch


On Thu, May 18, 2000 at 02:29:51AM -0300, Alexandre Oliva wrote:
> 
> > +  echo "libgcc:; -mkdir libgcc"
> > +  if [ $dir != . ]; then
> 
> This is wrong.  It will generate multiple build rules for `libgcc' on
> a multilibbed target.

Thanks. It shows I don't use multilib :-).  Here is the new one

http://www.lucon.org/gcc/3.0/gcc-3.0-gcc-parallel.patch

Sorry. I won't want to post it to waste the bandwidth. It seems that
very few people see the problem.

> 
> > -libgcc.mk: config.status Makefile mklibgcc $(LIB2ADD)
> > +libgcc.mk: config.status Makefile mklibgcc $(LIB2ADD) xgcc$(exeext)
> 
> Why is this necessary?
> 

Because MULTILIBS=`$(GCC_FOR_TARGET) --print-multi-lib`. You cannot
use GCC_FOR_TARGET before xgcc is built.




H.J.

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