mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
gcc-configure-common.inc: Use libc-uclibc override
Its better than duplicating the overrides (From OE-Core rev: 7159dad19f8cfd3e7e95523da63e91370744da7f) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -48,9 +48,7 @@ EXTRA_OECONF = "${@['--enable-clocale=generic', ''][d.getVar('USE_NLS', True) !=
|
||||
|
||||
# Build uclibc compilers without cxa_atexit support
|
||||
EXTRA_OECONF_append_linux = " --enable-__cxa_atexit"
|
||||
EXTRA_OECONF_append_linux-gnueabi = " --enable-__cxa_atexit"
|
||||
EXTRA_OECONF_append_linux-uclibc = " --disable-__cxa_atexit"
|
||||
EXTRA_OECONF_append_linux-uclibceabi = " --disable-__cxa_atexit"
|
||||
EXTRA_OECONF_append_libc-uclibc = " --enable-__cxa_atexit"
|
||||
EXTRA_OECONF_FPU = "${@get_gcc_fpu_setting(bb, d)}"
|
||||
CPPFLAGS = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user