Re: [OE-core] [PATCH] gcc-common: Only apply fpu settings to target gcc

2014-10-29 Thread Kristof Robot
[re-adding the mailinglist] On Wed, Oct 29, 2014 at 9:41 AM, Richard Purdie wrote: > On Wed, 2014-10-29 at 07:47 +0100, Kristof Robot wrote: >> On Tue, Oct 28, 2014 at 11:08 PM, Richard Purdie >> wrote: >> > On Tue, 2014-10-28 at 19:11 +0100, Kristof Robot wrote: >>

Re: [OE-core] [PATCH] gcc-common: Only apply fpu settings to target gcc

2014-10-28 Thread Kristof Robot
On Mon, Oct 27, 2014 at 11:59 PM, Richard Purdie wrote: > On Mon, 2014-10-27 at 20:54 +0100, Kristof Robot wrote: >> Richard, all, >> >> After bisecting, I found that, since this patch, my toolchain is being >> built with soft floating point support, while it should be

Re: [OE-core] [PATCH] gcc-common: Only apply fpu settings to target gcc

2014-10-27 Thread Kristof Robot
Richard, all, After bisecting, I found that, since this patch, my toolchain is being built with soft floating point support, while it should be built with hard floating point support: (1) Compiling parent commit 74d8866814aec520822518cc4cb8a942f7069bf7 [1] gives hard floating point support (good)

Re: [OE-core] [PATCH 1/2] feature-arm-thumb.inc: Use thumb instruction by default if TUNE_FEATURES thumb

2014-02-03 Thread Kristof Robot
On Sat, Jan 11, 2014 at 4:08 PM, Andrei Gherzan wrote: > Avoid a confusion when including thumb in TUNE_FATURES. In the curent > behavior, > if I include thumb in TUNE_FATURES, ARM_THUMB_M_OPT will be "-marm" which > makes > no sense for me as a default behavior. I agree that this is confusing,

[OE-core] [PATCH] Add Cortex A7 support for NEONv2 & FPv4

2014-01-26 Thread Kristof Robot
[YOCTO #5710] Add tuning options for Cortex-A7 with NEONv2 & FPv4: - cortexa7hf-neon-vfpv4 - cortexa7thf-neon-vfpv4 Signed-off-by: Kristof Robot --- meta/conf/machine/include/arm/arch-armv7a.inc | 8 +++- meta/conf/machine/include/arm/feature-arm-neon.inc | 4 ++-- meta/conf/mac