Re: [oe] [meta-qt5] why does Qt5 build with ARM_INSTRUCTION_SET = "arm"

2014-02-17 Thread Martin Jansa
On Mon, Feb 17, 2014 at 09:33:10PM -0800, Andre McCurdy wrote: > On Mon, Feb 17, 2014 at 3:03 PM, Martin Jansa wrote: > > On Mon, Feb 17, 2014 at 04:46:23PM -0500, Denys Dmytriyenko wrote: > >> On Mon, Feb 17, 2014 at 02:27:51PM -0700, Nicolas Dechesne wrote: > >> > hi, > >> > > >> > does anybody

Re: [oe] [meta-qt5] why does Qt5 build with ARM_INSTRUCTION_SET = "arm"

2014-02-17 Thread Andre McCurdy
On Mon, Feb 17, 2014 at 3:03 PM, Martin Jansa wrote: > On Mon, Feb 17, 2014 at 04:46:23PM -0500, Denys Dmytriyenko wrote: >> On Mon, Feb 17, 2014 at 02:27:51PM -0700, Nicolas Dechesne wrote: >> > hi, >> > >> > does anybody know why in Qt5/qtbase.inc, we have: >> > >> > ARM_INSTRUCTION_SET = "arm"

Re: [oe] [meta-qt5] why does Qt5 build with ARM_INSTRUCTION_SET = "arm"

2014-02-17 Thread Martin Jansa
On Mon, Feb 17, 2014 at 04:46:23PM -0500, Denys Dmytriyenko wrote: > On Mon, Feb 17, 2014 at 02:27:51PM -0700, Nicolas Dechesne wrote: > > hi, > > > > does anybody know why in Qt5/qtbase.inc, we have: > > > > ARM_INSTRUCTION_SET = "arm" > > > > Could it be an a low hanging fruit from the past? e

Re: [oe] [meta-qt5] why does Qt5 build with ARM_INSTRUCTION_SET = "arm"

2014-02-17 Thread Khem Raj
-Khem On Feb 17, 2014 1:28 PM, "Nicolas Dechesne" wrote: > > hi, > > does anybody know why in Qt5/qtbase.inc, we have: > > ARM_INSTRUCTION_SET = "arm" there were issues with thumb1 and i guess legacy continued may be its not needed any longer test it out and send a patch make sure that when its u

Re: [oe] [meta-qt5] why does Qt5 build with ARM_INSTRUCTION_SET = "arm"

2014-02-17 Thread Denys Dmytriyenko
On Mon, Feb 17, 2014 at 02:27:51PM -0700, Nicolas Dechesne wrote: > hi, > > does anybody know why in Qt5/qtbase.inc, we have: > > ARM_INSTRUCTION_SET = "arm" > > Could it be an a low hanging fruit from the past? e.g. before > https://bugreports.qt-project.org/browse/QTBUG-16402 or > https://qt.g

[oe] [meta-qt5] why does Qt5 build with ARM_INSTRUCTION_SET = "arm"

2014-02-17 Thread Nicolas Dechesne
hi, does anybody know why in Qt5/qtbase.inc, we have: ARM_INSTRUCTION_SET = "arm" Could it be an a low hanging fruit from the past? e.g. before https://bugreports.qt-project.org/browse/QTBUG-16402 or https://qt.gitorious.org/qt/qtbase/commit/a3bd9d4c0f3d9e80dbe35bd88649b245dca5f410? as a matter