mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 01:40:07 +00:00
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 (From OE-Core rev: 8e24fd8dcadc6dd13171a2c4cfec6bcff8db772a) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user