gcc-configure-sdk, gcc-configure-cross: Dont recompute USE_NLS
authorKhem Raj <raj.khem@gmail.com>
Thu, 28 Jun 2012 21:36:49 +0000 (14:36 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Jun 2012 12:30:58 +0000 (13:30 +0100)
commitcb756930ec1166b33cada03c162c7799258ff2be
tree3fadec2b217140984b9c54f69e86d63b44a8b33a
parenteab8c488555df7ba8df86f547fdd352b9cb8ed81
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>
meta/recipes-devtools/gcc/gcc-configure-cross.inc
meta/recipes-devtools/gcc/gcc-configure-sdk.inc