Re: [OMPI devel] [patch] add explicit IT instructions in ARM assembly

2011-08-02 Thread Jeff Squyres
As far as I'm concerned, the ARM ASM is your stuff, so I have no issue with just committing this directly for you. https://svn.open-mpi.org/trac/ompi/changeset/24979 https://svn.open-mpi.org/trac/ompi/ticket/2843 On Aug 2, 2011, at 12:51 PM, Leif Lindholm wrote: > In the Linaro 11.05 L

[OMPI devel] [patch] add explicit IT instructions in ARM assembly

2011-08-02 Thread Leif Lindholm
In the Linaro 11.05 Linux metadistribution, and hence most likely in Ubuntu 11.04, the GNU assembler no longer defaults to -mimplicit-it=thumb, causing the build to fail when compiling on this platform. The attached trivial patch adds explicit IT instructions where required, permitting a succ