Re: [yocto] Can't set march=armv5te

2016-12-01 Thread Bryan Evenson
Subject: Re: [yocto] Can't set march=armv5te Using and not using thumb was also controlled not only by TUNE_FEATURES (MACHINE defines that) but also by ARM_INSTRUCTION_SET (DISTRO defines that). So you weren't building with thumb enabled even when you were seeing armv5te before. On

Re: [yocto] Can't set march=armv5te

2016-12-01 Thread Martin Jansa
hanks, > > Bryan > > > > *From:* Martin Jansa [mailto:martin.ja...@gmail.com] > *Sent:* Thursday, December 01, 2016 2:06 PM > *To:* Bryan Evenson > *Cc:* yocto@yoctoproject.org > *Subject:* Re: [yocto] Can't set march=armv5te > > > > Using and not using t

Re: [yocto] Can't set march=armv5te

2016-12-01 Thread Martin Jansa
Using and not using thumb was also controlled not only by TUNE_FEATURES (MACHINE defines that) but also by ARM_INSTRUCTION_SET (DISTRO defines that). So you weren't building with thumb enabled even when you were seeing armv5te before. On Thu, Dec 1, 2016 at 5:26 PM, Bryan Evenson wrote: > I'm i

[yocto] Can't set march=armv5te

2016-12-01 Thread Bryan Evenson
I'm in the process of upgrading from the dizzy branch to the fido branch, and I'm still a little confused about some tune changes that I'm seeing. I'm using an Atmel AT91SAM9G25 processor. The meta-atmel layer that I am using had incorrectly set DEFAULTTUNE = "arm926ejs" which had been setting