Re: [OE-core] [PATCH] gcc-runtime.inc: disable libitm for little endian MIPS too

2016-03-02 Thread Andre McCurdy
On Wed, Mar 2, 2016 at 10:24 PM, Khem Raj wrote: > On Wed, Mar 2, 2016 at 10:04 PM, Mark Hatle wrote: >> On 3/2/16 11:07 PM, Andre McCurdy wrote: >>> libitm is already disabled for big endian MIPS, but needs to be >>> disabled for little endian MIPS

Re: [OE-core] [PATCH] gcc-runtime.inc: disable libitm for little endian MIPS too

2016-03-02 Thread Khem Raj
On Wed, Mar 2, 2016 at 10:04 PM, Mark Hatle wrote: > On 3/2/16 11:07 PM, Andre McCurdy wrote: >> libitm is already disabled for big endian MIPS, but needs to be >> disabled for little endian MIPS targets too. > > No objection to the patch, but do we have any little

Re: [OE-core] [PATCH] gcc-runtime.inc: disable libitm for little endian MIPS too

2016-03-02 Thread Mark Hatle
On 3/2/16 11:07 PM, Andre McCurdy wrote: > libitm is already disabled for big endian MIPS, but needs to be > disabled for little endian MIPS targets too. No objection to the patch, but do we have any little endian MIPS currently defined or buildable to test? All of the samples I've seen are all

[OE-core] [PATCH] gcc-runtime.inc: disable libitm for little endian MIPS too

2016-03-02 Thread Andre McCurdy
libitm is already disabled for big endian MIPS, but needs to be disabled for little endian MIPS targets too. Signed-off-by: Andre McCurdy --- meta/recipes-devtools/gcc/gcc-runtime.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git