From: Khem Raj Date: Sat, 18 Jan 2020 19:41:19 +0000 (-0800) Subject: gcc: Enable 32bit powerpcle at multi-arch for powerpc64le X-Git-Tag: yocto-4.0~7712 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8e24fd8dcadc6dd13171a2c4cfec6bcff8db772a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gcc: Enable 32bit powerpcle at multi-arch for powerpc64le Even though we do not expect any legacy ( 32bit ) for LE, linux-yocto does enable the compat code, so enable 32bit support to get that going Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/gcc/gcc-common.inc b/meta/recipes-devtools/gcc/gcc-common.inc index 44cba287f34..3dcfdf835fb 100644 --- a/meta/recipes-devtools/gcc/gcc-common.inc +++ b/meta/recipes-devtools/gcc/gcc-common.inc @@ -47,6 +47,7 @@ def get_gcc_multiarch_setting(bb, d): "i586": "--enable-targets=all", "i686": "--enable-targets=all", "powerpc": "--enable-targets=powerpc64", + "powerpc64le": "--enable-targets=powerpcle", "mips": "--enable-targets=all", "sparc": "--enable-targets=all", }