... I'm testing the below. Works fine so far. I'm going to commit it as
soon as a bootstrap on x86_64-linux completes again.
Paolo.
Index: configure.ac
===
--- configure.ac(revision 201924)
+++ configure.ac
On Thu, 22 Aug 2013 18:39:42 +0200
Paolo Carlini wrote:
> ... I'm testing the below. Works fine so far. I'm going to commit it
> as soon as a bootstrap on x86_64-linux completes again.
Sorry about that, I messed up doing some "harmless" reformatting
whilst preparing the patch :-(.
Thanks for fi
.. missing backslashes I would say.
Paolo.
.. I'm double checking, but I think that this commit broke the
bootstrap. I'm seeing:
/scratch/Gcc/svn-dirs/trunk/gcc/configure: line 26121: syntax error near
unexpected token `newline'
/scratch/Gcc/svn-dirs/trunk/gcc/configure: line 26121: ` aarch64 |
alpha | arm | avr | bfin | cris | i386 |
On 22/08/13 15:26, Julian Brown wrote:
> Hi,
>
> This patch fixes what I assume to be a simple omission from the
> configure test for debug_line assembler support in gcc/configure. This
> tripped an obscure corner-case test in our build infrastructure, which
> is fixed by the attached patch, but I
Hi,
This patch fixes what I assume to be a simple omission from the
configure test for debug_line assembler support in gcc/configure. This
tripped an obscure corner-case test in our build infrastructure, which
is fixed by the attached patch, but I don't otherwise have a way of
testing the patch at