diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-04-21 18:32:15 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-30 11:37:24 +0100 |
commit | 173f424808b935f5db99905bf5af307990d87107 (patch) | |
tree | 309d886b2ff1bddbb9159f25c269598bc65bd547 | |
parent | 1dd054518f2171b451fc11af992ceb078001d772 (diff) | |
download | poky-173f424808b935f5db99905bf5af307990d87107.tar.gz |
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>
-rw-r--r-- | 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 e022be4b50..a812b989d4 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) != | |||
48 | 48 | ||
49 | # Build uclibc compilers without cxa_atexit support | 49 | # Build uclibc compilers without cxa_atexit support |
50 | EXTRA_OECONF_append_linux = " --enable-__cxa_atexit" | 50 | EXTRA_OECONF_append_linux = " --enable-__cxa_atexit" |
51 | EXTRA_OECONF_append_linux-gnueabi = " --enable-__cxa_atexit" | 51 | EXTRA_OECONF_append_libc-uclibc = " --enable-__cxa_atexit" |
52 | EXTRA_OECONF_append_linux-uclibc = " --disable-__cxa_atexit" | ||
53 | EXTRA_OECONF_append_linux-uclibceabi = " --disable-__cxa_atexit" | ||
54 | EXTRA_OECONF_FPU = "${@get_gcc_fpu_setting(bb, d)}" | 52 | EXTRA_OECONF_FPU = "${@get_gcc_fpu_setting(bb, d)}" |
55 | CPPFLAGS = "" | 53 | CPPFLAGS = "" |
56 | 54 | ||