]> code.ossystems Code Review - openembedded-core.git/commit
gcc/binutils: Disable NLS/gettext dependencies
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 7 Oct 2011 13:19:15 +0000 (14:19 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 10 Oct 2011 08:54:02 +0000 (09:54 +0100)
commit54a3e2ee37003fc56af0339f857b0b6442790c26
tree4bc1e186c3b3cffe98df35e2d801754f7bdc58af
parent6ce8d028f2a542eceb270aeb511929953a859d39
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/binutils/binutils-cross.inc
meta/recipes-devtools/gcc/gcc-4.6.inc
meta/recipes-devtools/gcc/gcc-configure-cross.inc
meta/recipes-devtools/gcc/gcc-cross-initial.inc
meta/recipes-devtools/gcc/gcc-cross-intermediate.inc