diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-03-31 20:18:32 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-04 14:09:33 +0100 |
commit | 3909b764b74ed9fd99ff97c49e9ee12890478015 (patch) | |
tree | db06f8f5b47947f689e90a65c4f60514596220e3 /meta/recipes-devtools/gcc/gcc-configure-sdk.inc | |
parent | 434f139f812079e2d6d78e89af69778c4282a8ed (diff) | |
download | poky-3909b764b74ed9fd99ff97c49e9ee12890478015.tar.gz |
recipes: Use -uclibceabi instead of -uclibcgnueabi
(From OE-Core rev: 3aa429406184d27bdb8a771c4c12bde1dcccb95b)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-configure-sdk.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-configure-sdk.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-configure-sdk.inc b/meta/recipes-devtools/gcc/gcc-configure-sdk.inc index 756e74e48d..de80870310 100644 --- a/meta/recipes-devtools/gcc/gcc-configure-sdk.inc +++ b/meta/recipes-devtools/gcc/gcc-configure-sdk.inc | |||
@@ -2,7 +2,7 @@ require gcc-configure-common.inc | |||
2 | 2 | ||
3 | # The two lines below conflict, this needs fixing - RP | 3 | # The two lines below conflict, this needs fixing - RP |
4 | USE_NLS = '${@base_conditional( "TARGET_OS", "linux-uclibc", "no", "", d )}' | 4 | USE_NLS = '${@base_conditional( "TARGET_OS", "linux-uclibc", "no", "", d )}' |
5 | USE_NLS = '${@base_conditional( "TARGET_OS", "linux-uclibcgnueabi", "no", "", d )}' | 5 | USE_NLS = '${@base_conditional( "TARGET_OS", "linux-uclibceabi", "no", "", d )}' |
6 | 6 | ||
7 | EXTRA_OECONF_PATHS = "--with-local-prefix=${SDKPATH}/sysroots/${TARGET_SYS}${target_exec_prefix} \ | 7 | EXTRA_OECONF_PATHS = "--with-local-prefix=${SDKPATH}/sysroots/${TARGET_SYS}${target_exec_prefix} \ |
8 | --with-gxx-include-dir=${target_includedir}/c++ \ | 8 | --with-gxx-include-dir=${target_includedir}/c++ \ |