mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-21 05:57:05 +00:00
bdwgc: Enable C++ support and Additional options for musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -37,4 +37,8 @@ inherit autotools pkgconfig
|
|||||||
PACKAGECONFIG ??= "libatomic-ops"
|
PACKAGECONFIG ??= "libatomic-ops"
|
||||||
PACKAGECONFIG[libatomic-ops] = "--with-libatomic-ops=yes,--with-libatomic-ops=no,libatomic-ops"
|
PACKAGECONFIG[libatomic-ops] = "--with-libatomic-ops=yes,--with-libatomic-ops=no,libatomic-ops"
|
||||||
|
|
||||||
|
EXTRA_OECONF += "--enable-cpluscplus"
|
||||||
|
|
||||||
|
CFLAGS_append_libc-musl = " -D_GNU_SOURCE -DNO_GETCONTEXT -DSEARCH_FOR_DATA_START -DUSE_MMAP -DHAVE_DL_ITERATE_PHDR"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user