[OE-core] [PATCH 2/2] tcmode-default: Test gcc9 as default on everything except mips

Khem Raj raj.khem at gmail.com
Sat May 25 23:23:06 UTC 2019


On Sat, May 25, 2019 at 1:19 PM Richard Purdie
<richard.purdie at linuxfoundation.org> wrote:
>
> mips is the only rchitecture not working with gcc9, switch the others
> leaving mips on gcc 8.X until we can figure out the fix for that.
>
> Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
> ---
>  meta/conf/distro/include/tcmode-default.inc | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
> index 744c6c3247e..5c10a4bd0d7 100644
> --- a/meta/conf/distro/include/tcmode-default.inc
> +++ b/meta/conf/distro/include/tcmode-default.inc
> @@ -18,7 +18,9 @@ PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}libc-initial = "${TCLIBC}-initial"
>  PREFERRED_PROVIDER_virtual/nativesdk-${SDK_PREFIX}libc-initial ?= "nativesdk-glibc-initial"
>  PREFERRED_PROVIDER_virtual/gettext ??= "gettext"
>
> -GCCVERSION ?= "8.%"
> +GCCVERSION ?= "9.%"
> +GCCVERSION_mips ?= "8.%"
> +GCCVERSION_mips64 ?= "8.%"

maybe pin it for all mips using mipsarch override ?

>  SDKGCCVERSION ?= "${GCCVERSION}"
>  BINUVERSION ?= "2.32%"
>  GDBVERSION ?= "8.3%"
> --
> 2.20.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


More information about the Openembedded-core mailing list