On Fri, Jul 27, 2018 at 10:31 AM, Burton, Ross <[email protected]>
wrote:

> On 27 July 2018 at 00:51, Christopher Clark
> <[email protected]> wrote:
> > @@ -74,12 +74,17 @@ EXTRA_OECONF = "--program-prefix=${TARGET_PREFIX} \
> >                  --enable-deterministic-archives \
> >                  --enable-plugins \
> >                  ${LDGOLD} \
> > -                ${@bb.utils.contains('DISTRO_FEATURES', 'multiarch',
> '--enable-64-bit-bfd', '', d)}"
> > +                ${@bb.utils.contains('DISTRO_FEATURES', 'multiarch',
> '--enable-64-bit-bfd', '', d)} \
> > +                ${ENABLE_EXTRA_TARGETS}"
> >
> >  LDGOLD_class-native = ""
> >  LDGOLD_class-crosssdk = ""
> >  LDGOLD ?= "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold',
> '--enable-gold=default --enable-threads', '--enable-gold
> --enable-ld=default --enable-threads', d)}"
> >
> > +ARCH_EFI_EMULATION_x86-64 = "x86_64-pep"
> > +ARCH_EFI_EMULATION_x86 = "x86_64-pep"
> > +ENABLE_EXTRA_TARGETS ?= "--enable-targets=${ARCH_EFI_EMULATION}"
>
> Can't believe I didn't spot this when reviewing by hand but:
>
> | checking for archiver @FILE support... configure: error:
> --enable-targets option must specify target names or 'all'
>
>
> Under non-x86, this passes --enable-targets=
>

Groan, oops - that makes sense. Will repin with a fix.

thanks

Christopher
-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to