On Mon, 24 Jun 2019 at 17:09, Richard Purdie
<richard.pur...@linuxfoundation.org> wrote:
> > -        features += 'RUNTIMETARGET_append_pn-gcc-runtime = " 
> > libquadmath"\n'
>
> Please don't remove that. We need to check libquadmath builds.

>From gcc-runtime.inc:

RUNTIMETARGET = "${RUNTIMELIBSSP} libstdc++-v3 libgomp libatomic
${RUNTIMELIBITM} \
    ${@bb.utils.contains_any('FORTRAN', [',fortran',',f77'],
'libquadmath', '', d)} \
"

So this is redundant?

> >          self.write_config(features)
> > -
> > -        bitbake('gcc-runtime libgfortran')
> > +        bitbake('fortran-helloworld')
>
> Doesn't this stop testing libgfortran builds too?

Possibly.  I admit I don't know what libgfortran is for considering my
test builds apparently without it. :)

Ross
-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to