[oe-commits] Khem Raj : gcc-configure-common.inc: Use libc-uclibc override

git at git.openembedded.org git at git.openembedded.org
Mon Apr 30 10:42:36 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 7159dad19f8cfd3e7e95523da63e91370744da7f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=7159dad19f8cfd3e7e95523da63e91370744da7f

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sat Apr 21 18:32:15 2012 -0700

gcc-configure-common.inc: Use libc-uclibc override

Its better than duplicating the overrides

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 meta/recipes-devtools/gcc/gcc-configure-common.inc |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-devtools/gcc/gcc-configure-common.inc b/meta/recipes-devtools/gcc/gcc-configure-common.inc
index e022be4..a812b98 100644
--- a/meta/recipes-devtools/gcc/gcc-configure-common.inc
+++ b/meta/recipes-devtools/gcc/gcc-configure-common.inc
@@ -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 = ""
 





More information about the Openembedded-commits mailing list