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 12:44:17 +0100 |
commit | 3aa429406184d27bdb8a771c4c12bde1dcccb95b (patch) | |
tree | 87ce044919711f64aff6a258e7562c65841dd3b7 /meta/recipes-devtools/gcc/gcc-configure-sdk.inc | |
parent | 7be4299defe061177096946c614f42b7e025b209 (diff) | |
download | openembedded-core-3aa429406184d27bdb8a771c4c12bde1dcccb95b.tar.gz openembedded-core-3aa429406184d27bdb8a771c4c12bde1dcccb95b.tar.bz2 openembedded-core-3aa429406184d27bdb8a771c4c12bde1dcccb95b.zip |
recipes: Use -uclibceabi instead of -uclibcgnueabi
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 # The two lines below conflict, this needs fixing - RP USE_NLS = '${@base_conditional( "TARGET_OS", "linux-uclibc", "no", "", d )}' -USE_NLS = '${@base_conditional( "TARGET_OS", "linux-uclibcgnueabi", "no", "", d )}' +USE_NLS = '${@base_conditional( "TARGET_OS", "linux-uclibceabi", "no", "", d )}' EXTRA_OECONF_PATHS = "--with-local-prefix=${SDKPATH}/sysroots/${TARGET_SYS}${target_exec_prefix} \ --with-gxx-include-dir=${target_includedir}/c++ \ |