mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
mongodb: failes to build on ppc
Checking if C compiler "powerpc-poky-linux-gcc -m32 -mhard-float -mcpu=7400 -mno-spe --sysroot=/home/..../poky/build/tmp/sysroots/qemuppc" is GCC... yes | KeyError: 'powerpc': add powerpc to COMPATIBLE_MACHINE. Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
0878357ffc
commit
6dc605ce4c
@@ -27,6 +27,7 @@ PACKAGECONFIG_remove_armv6 = "tcmalloc"
|
|||||||
COMPATIBLE_MACHINE_armv4 = "(!.*armv4).*"
|
COMPATIBLE_MACHINE_armv4 = "(!.*armv4).*"
|
||||||
COMPATIBLE_MACHINE_armv5 = "(!.*armv5).*"
|
COMPATIBLE_MACHINE_armv5 = "(!.*armv5).*"
|
||||||
COMPATIBLE_MACHINE_mips64 = "(!.*mips64).*"
|
COMPATIBLE_MACHINE_mips64 = "(!.*mips64).*"
|
||||||
|
COMPATIBLE_MACHINE_powerpc = "(!.*ppc).*"
|
||||||
|
|
||||||
PACKAGECONFIG[tcmalloc] = "--use-system-tcmalloc,--allocator=system,gperftools,"
|
PACKAGECONFIG[tcmalloc] = "--use-system-tcmalloc,--allocator=system,gperftools,"
|
||||||
PACKAGECONFIG[wiredtiger] = "--wiredtiger=on,--wiredtiger=off,,"
|
PACKAGECONFIG[wiredtiger] = "--wiredtiger=on,--wiredtiger=off,,"
|
||||||
|
|||||||
Reference in New Issue
Block a user