Commit 6ca4e7ce authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

toolchain/gcc: fix target-gcc selects



We need to select BR2_PACKAGE_BINUTILS as well, now
BINUTILS_TARGET depends on it.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 639e80f2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
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