diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-06-28 14:36:49 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-29 13:30:58 +0100 |
commit | 3916fb9bf40cf93bd2bc4a0b5f4c54b91bfd1f0e (patch) | |
tree | 716af11fe397fc63b17e253686c4e40340642c97 /meta/recipes-devtools/gcc/gcc-configure-cross.inc | |
parent | daed800397d9b324093f8db404fd7d1ba9ad47ee (diff) | |
download | poky-3916fb9bf40cf93bd2bc4a0b5f4c54b91bfd1f0e.tar.gz |
gcc-configure-sdk, gcc-configure-cross: Dont recompute USE_NLS
This was needed because on eglibc based builds we did not
define USE_NLS but now we define it in default config to have
a valid value so we do not need this here. Moreover it was
wrong and was not covering all cases of uclibc triplets
(From OE-Core rev: fc9492654aab2a6e3f46977193b5a5f388e4ee85)
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-cross.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-configure-cross.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-configure-cross.inc b/meta/recipes-devtools/gcc/gcc-configure-cross.inc index 3cb3452e63..243ee55d08 100644 --- a/meta/recipes-devtools/gcc/gcc-configure-cross.inc +++ b/meta/recipes-devtools/gcc/gcc-configure-cross.inc | |||
@@ -1,7 +1,5 @@ | |||
1 | require gcc-configure-common.inc | 1 | require gcc-configure-common.inc |
2 | 2 | ||
3 | USE_NLS = '${@base_conditional( "TARGET_OS", "linux-uclibc", "no", "", d )}' | ||
4 | |||
5 | EXTRA_OECONF += " --enable-poison-system-directories \ | 3 | EXTRA_OECONF += " --enable-poison-system-directories \ |
6 | " | 4 | " |
7 | 5 | ||