summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-4.6.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-07 14:19:15 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-10 10:00:07 +0100
commitadd6cf80b91d5f6bd515727f5376092874af9008 (patch)
tree396b7aba322ca081e5004c75282bb9e6e628431a /meta/recipes-devtools/gcc/gcc-4.6.inc
parent8ea43499885943e1248842e2dfc17060e596be3b (diff)
downloadpoky-add6cf80b91d5f6bd515727f5376092874af9008.tar.gz
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.6.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.6.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.6.inc b/meta/recipes-devtools/gcc/gcc-4.6.inc
index a352e36455..8ca3174317 100644
--- a/meta/recipes-devtools/gcc/gcc-4.6.inc
+++ b/meta/recipes-devtools/gcc/gcc-4.6.inc
@@ -23,7 +23,7 @@ BRANCH = "gcc-4_6-branch"
23FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.6' ], d)}" 23FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.6' ], d)}"
24 24
25DEPENDS =+ "mpfr gmp libmpc" 25DEPENDS =+ "mpfr gmp libmpc"
26NATIVEDEPS = "mpfr-native gmp-native gettext-native libmpc-native" 26NATIVEDEPS = "mpfr-native gmp-native libmpc-native"
27 27
28LICENSE="GPL-3.0-with-GCC-exception & GPLv3" 28LICENSE="GPL-3.0-with-GCC-exception & GPLv3"
29 29
@@ -108,3 +108,4 @@ EXTRA_OECONF_INTERMEDIATE = "--disable-libmudflap \
108EXTRA_OECONF_append_linux-uclibc = " --disable-decimal-float " 108EXTRA_OECONF_append_linux-uclibc = " --disable-decimal-float "
109EXTRA_OECONF_append_linux-uclibceabi = " --disable-decimal-float " 109EXTRA_OECONF_append_linux-uclibceabi = " --disable-decimal-float "
110EXTRA_OECONF_append_linux-uclibcspe = " --disable-decimal-float " 110EXTRA_OECONF_append_linux-uclibcspe = " --disable-decimal-float "
111