Re: M0 and M3 patches in linaro toolchains

2013-10-07 Thread Matthew Gretton-Dann
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

Re: M0 and M3 patches in linaro toolchains

2013-10-07 Thread Ard Biesheuvel
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. > >

Re: M0 and M3 patches in linaro toolchains

2013-10-07 Thread Keith Packard
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