From 181447ab2aff8308e7041d1553c16bcfbf796f41 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 10 Dec 2008 12:13:33 -0800 Subject: 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. --- conf/distro/minimal-uclibc.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/distro/minimal-uclibc.conf') diff --git a/conf/distro/minimal-uclibc.conf b/conf/distro/minimal-uclibc.conf index a64cbf2820..62eb86ab84 100644 --- a/conf/distro/minimal-uclibc.conf +++ b/conf/distro/minimal-uclibc.conf @@ -31,6 +31,7 @@ PREFERRED_PROVIDER_virtual/libintl = "proxy-libintl" USE_NLS ?= "no" USE_NLS_glib-2.0 = "yes" USE_NLS_glib-2.0-native = "yes" +USE_NLS_gcc-cross = "no" PREFERRED_VERSION_uclibc = "0.9.30" PREFERRED_VERSION_uclibc-initial = "0.9.30" -- cgit v1.2.3