Keith
On 7 October 2013 05:20, Keith Packard wrote:
> Matthias Klose writes:
>
>> attaching a diff, comparing the two branches at a merge point
>> (r201326), 398 lines.
>
> Ok, thanks very much for this simple patch. First the good news -- I
> applied this patch to the 4.8.1 GCC sources included
On 7 October 2013 11:30, Matthew Gretton-Dann
wrote:
> On 7 October 2013 05:20, Keith Packard wrote:
[...]
>> 2) The thumb version of libgcc.a is not built with thumb instructions
>> because GCC doesn't pass -mthumb to the assembler when it receives
>> -mthumb on the command line.
>
>
Matthew Gretton-Dann writes:
> Can you please provide the output of:
> 1. arm-none-eabi-gcc -v
> 2. arm-none-eabi-gcc -print-multi-lib
Yeah, I figured it out, thanks -- the patches I had to add ARM multilib
support updated configure.ac but I didn't rebuild the configure script,
so my attempt