From add6cf80b91d5f6bd515727f5376092874af9008 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 7 Oct 2011 14:19:15 +0100 Subject: gcc/binutils: Disable NLS/gettext dependencies We force the C locale when running builds for determinstic error messages. We therefore have no need to NLS support in binutils cross or gcc cross. We also don't need the standard base/autotools dependencies for our toolchain components since we don't autoreconf these. This patch turns off nls and cleans up some of the dependencies resulting in a slightly less convoluted set of build dependencies. (From OE-Core rev: 54a3e2ee37003fc56af0339f857b0b6442790c26) Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/gcc-configure-cross.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-devtools/gcc/gcc-configure-cross.inc') diff --git a/meta/recipes-devtools/gcc/gcc-configure-cross.inc b/meta/recipes-devtools/gcc/gcc-configure-cross.inc index 36edb81e1c..d2d908140e 100644 --- a/meta/recipes-devtools/gcc/gcc-configure-cross.inc +++ b/meta/recipes-devtools/gcc/gcc-configure-cross.inc @@ -4,8 +4,11 @@ USE_NLS = '${@base_conditional( "TARGET_OS", "linux-uclibc", "no", "", d )}' EXTRA_OECONF += " --enable-poison-system-directories \ --with-headers=${STAGING_DIR_TARGET}${SYSTEMHEADERS} \ + --disable-nls \ " +INHIBIT_DEFAULT_DEPS = "1" + EXTRA_OECONF_PATHS = "--with-local-prefix=${STAGING_DIR_TARGET}${target_exec_prefix} \ --with-gxx-include-dir=${target_includedir}/c++ \ --with-sysroot=${STAGING_DIR_TARGET} \ -- cgit v1.2.3-54-g00ecf