This is the mail archive of the gcc-bugs@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: Mainline bootstrap failure on Tru64 UNIX V5.1


Zack Weinberg writes:

> The problem is related to the change you called out, although not
> directly.  I believe that if you change the last line of
> ASM_FINAL_SPEC to
> 
>   %{.s:%i} %{!.s:%m.s}
> 
> it will work again.  You should also stick an
> 
>   %{pipe:%e-pipe cannot be used with this assembler}
> 
> in there.  If that change fixes the problem please check it in;
> otherwise let me know and I'll investigate further.

Unfortunately, even with this change the problem persists.

	Rainer


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