PATCH RFC: Remove fork from collect2
Kelley Cook
kelley.cook@sbcglobal.net
Sat Mar 27 21:53:00 GMT 2004
Hi,
Re: http://gcc.gnu.org/ml/gcc/2004-03/msg01222.html
Could Andrew's patch get further reviewed; I am unable to bootstrap on
Mac OS X 10.2.x without it.
Note that there is a typo in the patch. It is missing a "\" to
continue the LIB2FUNCS_STATIC_EXTRA line as shown below
Thanks,
KC
> diff -u -p -r1.11 t-darwin
> --- t-darwin 6 Jan 2004 23:49:39 -0000 1.11
> +++ t-darwin 21 Mar 2004 00:35:59 -0000
> @@ -1,7 +1,12 @@
> # Add trampoline and long double support to libgcc.
> LIB2FUNCS_EXTRA = $(srcdir)/config/rs6000/darwin-tramp.asm \
> $(srcdir)/config/rs6000/darwin-ldouble.c
> +LIB2FUNCS_STATIC_EXTRA =
^^^ Missing a \
> + $(srcdir)/config/rs6000/darwin-fpsave.asm \
> + $(srcdir)/config/rs6000/darwin-vecsave.asm \
> + $(srcdir)/config/rs6000/darwin-world.asm
More information about the Gcc
mailing list