On Mon, 24 Jun 2019 at 17:09, Richard Purdie
<[email protected]> 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
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core