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: libgcc move to the top level


> It ought to have some $(T)s in it.  Does this help?
> 
> $(T)libgcc_stub.a: $(LIBGCCSTUB_OBJS)
>         -rm -rf $(T)libgcc_stub.a
>         $(AR) rc $(T)libgcc_stub.a $(LIBGCCSTUB_OBJS)
>         $(RANLIB) $(T)libgcc_stub.a
> 
> -- 
> Daniel Jacobowitz
> CodeSourcery

Yup, that fixed it and I successfully bootstrapped hppa64-hp-hpux11.11.
Are you going to check it in?

Steve Ellcey
sje@cup.hp.com


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