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 and...@gherzan.ro 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

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

2014-02-03 Thread Martin Jansa
On Mon, Feb 03, 2014 at 07:50:03PM +0100, Kristof Robot wrote: On Sat, Jan 11, 2014 at 4:08 PM, Andrei Gherzan and...@gherzan.ro 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

[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

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] [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,

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] [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