[poky] glibc-initial fails to build in Thud with arm926ejs tune
Khem Raj
raj.khem at gmail.com
Wed Jan 2 14:12:20 PST 2019
On Wed, Jan 2, 2019 at 2:07 PM <richard.purdie at linuxfoundation.org> wrote:
>
> On Wed, 2019-01-02 at 14:26 -0700, Matthew Stanger wrote:
> > > Can give follow on config.log's and such as required.
> >
> > Yep, I'm using the default 8.2.0 default.
> >
> > > The mcpu verses mtune is open to debate, it depends what your
> > > priority
> > > is, feed compatibility across multiple processors or potential
> > > micro
> > > optimisation for the processor.
> >
> > This machine.conf/meta layer just needs to support a single target -
> > micro optimization is definitely desired since it's a potato ARM. I'm
> > guessing I could just override the 'TUNE_CCARGS' in my machine.conf
> > to '-mtune' then?
>
> Yes.
>
> I am puzzled why the defaults aren't working though as I thought we
> used something like that for qemuarm which we do test... :/
>
from logs it seems to be using
DEFAULTTUNE = "arm926ejs"
for qemuarm we use
DEFAULTTUNE ?= "armv5te"
> Cheers,
>
> Richard
>
> --
> _______________________________________________
> poky mailing list
> poky at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
More information about the poky
mailing list