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

2014-01-11 Thread Andrei Gherzan
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. Obviously I can change this by using ARM_INSTRUCTION_SET = thumb. But this seems strange and

[OE-core] [PATCH 2/2] tune-cortexm3.inc: Cortex-M3 doesn't support ARM instructions

2014-01-11 Thread Andrei Gherzan
Use thumb instructions for Cortex-M3 to avoid this gcc error: 'error: target CPU does not support ARM mode'. Extracted from Cortex-M3 Technical Reference Manual: The processor implements the ARM v7-M architecture. This includes the entire 16-bit Thumb instruction set and the base Thumb-2 32-bit

[OE-core] [PATCH 0/2] Cortex M3 tune fixes

2014-01-11 Thread Andrei Gherzan
Andrei Gherzan (2): feature-arm-thumb.inc: Use thumb instruction by default if TUNE_FEATURES thumb tune-cortexm3.inc: Cortex-M3 doesn't support ARM instructions meta/conf/machine/include/arm/feature-arm-thumb.inc | 2 +- meta/conf/machine/include/tune-cortexm3.inc | 2 +- 2 files

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

2014-01-11 Thread Koen Kooi
Op 11 jan. 2014, om 16:08 heeft Andrei Gherzan and...@gherzan.ro het volgende geschreven: 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.

Re: [OE-core] [dora][PATCH 0/2] Dora backports

2014-01-11 Thread Koen Kooi
Op 10 jan. 2014, om 17:51 heeft Mark Hatle mark.ha...@windriver.com het volgende geschreven: On 1/10/14, 4:41 AM, Richard Purdie wrote: On Fri, 2014-01-10 at 14:18 +0800, Robert Yang wrote: Hi Martin, Thanks, please see my comments in line. On 01/06/2014 06:21 PM, Martin Jansa wrote:

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

2014-01-11 Thread Andrei Gherzan
On Sat, Jan 11, 2014 at 5:10 PM, Koen Kooi k...@dominion.thruhere.netwrote: Op 11 jan. 2014, om 16:08 heeft Andrei Gherzan and...@gherzan.ro het volgende geschreven: Avoid a confusion when including thumb in TUNE_FATURES. In the curent behavior, if I include thumb in TUNE_FATURES,

[OE-core] eglibc not buildable for on thumb2 only instructions

2014-01-11 Thread Andrei Gherzan
Hello, I'm trying to build eglibc for a thumb2 only processor: here is the log http://pastebin.com/KgwtJYAC. I know Raj tried in the past this and I want to know if it makes sense to dig further into this or there is a known incompatibility in eglibc. I searched a in eglibc and they seem to have

Re: [OE-core] eglibc not buildable for on thumb2 only instructions

2014-01-11 Thread Koen Kooi
Op 11 jan. 2014, om 17:25 heeft Andrei Gherzan and...@gherzan.ro het volgende geschreven: Hello, I'm trying to build eglibc for a thumb2 only processor: here is the log http://pastebin.com/KgwtJYAC. I know Raj tried in the past this and I want to know if it makes sense to dig further

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

2014-01-11 Thread Koen Kooi
Op 11 jan. 2014, om 16:16 heeft Andrei Gherzan and...@gherzan.ro het volgende geschreven: On Sat, Jan 11, 2014 at 5:10 PM, Koen Kooi k...@dominion.thruhere.net wrote: Op 11 jan. 2014, om 16:08 heeft Andrei Gherzan and...@gherzan.ro het volgende geschreven: Avoid a confusion when

Re: [OE-core] [oe-commits] Cristian Iorga : glib-2.0: upgrade to 2.38.2

2014-01-11 Thread Martin Jansa
On Sat, Dec 14, 2013 at 09:09:23AM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: b445008484639d0d3e0e397019241466f4361b9e URL: http://git.openembedded.org/?p=openembedded-core.gita=commit;h=b445008484639d0d3e0e397019241466f4361b9e Author:

Re: [OE-core] eglibc not buildable for on thumb2 only instructions

2014-01-11 Thread Andrei Gherzan
On Sat, Jan 11, 2014 at 8:18 PM, Koen Kooi k...@dominion.thruhere.netwrote: Op 11 jan. 2014, om 17:25 heeft Andrei Gherzan and...@gherzan.ro het volgende geschreven: Hello, I'm trying to build eglibc for a thumb2 only processor: here is the log http://pastebin.com/KgwtJYAC. I know

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

2014-01-11 Thread Martin Jansa
On Sat, Jan 11, 2014 at 05:16:27PM +0200, Andrei Gherzan wrote: On Sat, Jan 11, 2014 at 5:10 PM, Koen Kooi k...@dominion.thruhere.netwrote: Op 11 jan. 2014, om 16:08 heeft Andrei Gherzan and...@gherzan.ro het volgende geschreven: Avoid a confusion when including thumb in