[oe-commits] [openembedded-core] 02/12: gcc: Enable 32bit powerpcle at multi-arch for powerpc64le

git at git.openembedded.org git at git.openembedded.org
Sun Jan 19 23:51:08 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 8e24fd8dcadc6dd13171a2c4cfec6bcff8db772a
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sat Jan 18 11:41:19 2020 -0800

    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 <raj.khem at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/gcc/gcc-common.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/gcc/gcc-common.inc b/meta/recipes-devtools/gcc/gcc-common.inc
index 44cba28..3dcfdf8 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",
     }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list