Re: [OE-core] [BUG] gcc: require neon on arch without neon

2016-07-20 Thread Yi Qingliang
https://bugzilla.yoctoproject.org/show_bug.cgi?id=9991 On Tue, Jul 19, 2016 at 3:03 PM, Khem Raj wrote: > Thanks. You can open a yp bugzilla to track it or even better send this > patch backported > > > On Jul 18, 2016 11:53 PM, "Yi Qingliang" wrote: >> >> when compiling qtbase in meta-qt5, it s

Re: [OE-core] [BUG] gcc: require neon on arch without neon

2016-07-19 Thread Khem Raj
Thanks. You can open a yp bugzilla to track it or even better send this patch backported On Jul 18, 2016 11:53 PM, "Yi Qingliang" wrote: > when compiling qtbase in meta-qt5, it says: > | ../../include/QtCore/../../../git/src/corelib/global/qendian.h:143:36: > fatal error: You must enable NEON in

[OE-core] [BUG] gcc: require neon on arch without neon

2016-07-18 Thread Yi Qingliang
when compiling qtbase in meta-qt5, it says: | ../../include/QtCore/../../../git/src/corelib/global/qendian.h:143:36: fatal error: You must enable NEON instructions (e.g. -mfloat-abi=softfp -mfpu=neon) to use these intrinsics. | return __builtin_bswap16(source); |