This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
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