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]
Other format: [Raw text]

Re: PATCH RFC: Remove fork from collect2


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
 


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