aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/include/slugos.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2008-12-10 12:13:33 -0800
committerKhem Raj <raj.khem@gmail.com>2008-12-10 12:13:33 -0800
commit181447ab2aff8308e7041d1553c16bcfbf796f41 (patch)
tree5450443064e6e06b349ccd4746edff4a29922b3b /conf/distro/include/slugos.inc
parentc83835dca4b2a8f8267066037c86a71474f278c2 (diff)
downloadopenembedded-181447ab2aff8308e7041d1553c16bcfbf796f41.tar.gz
angstrom-uclibc.inc: Disable USE_NLS for gcc-cross
angstrom-uclinux-uclibc.inc: Ditto slugos.inc: Ditto minimal-uclibc.conf: Ditto * uclibc based system gettext gets pulled in to provide libintl and when gcc-cross is rebuilt then it ends up noticing that it can use the NLS support and the patches for uclibc locale support in gcc does not go so well with this. We disable NLS for uclibc based angstroms.
Diffstat (limited to 'conf/distro/include/slugos.inc')
-rw-r--r--conf/distro/include/slugos.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc
index 78e9917722..17a3d8d091 100644
--- a/conf/distro/include/slugos.inc
+++ b/conf/distro/include/slugos.inc
@@ -62,6 +62,7 @@ TARGET_FPU = "soft"
# glib-2.0 builds require USE_NLS to be overridden
USE_NLS_glib-2.0 = "yes"
USE_NLS_glib-2.0-native = "yes"
+USEE_NLS_gcc-cross = "no"
INHERIT += "package_ipk debian testlab packaged-staging"