From 6ca4e7ce970447fc5c6312e5f414b91b306b9f0b Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 3 Jan 2011 00:24:46 +0100 Subject: toolchain/gcc: fix target-gcc selects We need to select BR2_PACKAGE_BINUTILS as well, now BINUTILS_TARGET depends on it. Signed-off-by: Peter Korsgaard --- toolchain/gcc/Config.in.2 | 1 + 1 file changed, 1 insertion(+) diff --git a/toolchain/gcc/Config.in.2 b/toolchain/gcc/Config.in.2 index 9676fdf42..705506b68 100644 --- a/toolchain/gcc/Config.in.2 +++ b/toolchain/gcc/Config.in.2 @@ -1,6 +1,7 @@ config BR2_PACKAGE_GCC_TARGET bool "native toolchain in the target filesystem" depends on BR2_HAVE_DEVFILES + select BR2_PACKAGE_BINUTILS select BR2_PACKAGE_BINUTILS_TARGET select BR2_PACKAGE_MPC if BR2_GCC_VERSION_4_5_X select BR2_PACKAGE_MPFR -- cgit v1.2.3