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]

Re: A new parallel buld patch


On May 18, 2000, David Edelsohn <dje@watson.ibm.com> wrote:

> Below is the patch from HJ's URL

Thanks.

> Sigh.

Seconded.

> +  echo "libgcc:; -mkdir libgcc"
> +  if [ $dir != . ]; then

This is wrong.  It will generate multiple build rules for `libgcc' on
a multilibbed target.

> -libgcc.mk: config.status Makefile mklibgcc $(LIB2ADD)
> +libgcc.mk: config.status Makefile mklibgcc $(LIB2ADD) xgcc$(exeext)

Why is this necessary?

-- 
Alexandre Oliva    Enjoy Guaranį, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me


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