Re: [Angstrom-devel] [meta-angstrom][PATCH] angstrom.inc: set arm instruction set with existing machine overrides

2016-07-27 Thread Khem Raj
> On Jul 27, 2016, at 10:55 AM, Max Krummenacher wrote: > > _armv4t, _armv5te are not (no longer?) set as MACHINEOVERRIDES if an armv4t > or armv5te tune is set. > Thus the default ARM_INSTRUCTION_SET ??= "thumb" kicks in. > > Set the override to _armv4, _armv5 to get the

[Angstrom-devel] [meta-angstrom][PATCH] angstrom.inc: set arm instruction set with existing machine overrides

2016-07-27 Thread Max Krummenacher
_armv4t, _armv5te are not (no longer?) set as MACHINEOVERRIDES if an armv4t or armv5te tune is set. Thus the default ARM_INSTRUCTION_SET ??= "thumb" kicks in. Set the override to _armv4, _armv5 to get the expected ARM_INSTRUCTION_SET. While at it cleanup comment to keep up with changes. Build