mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
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 <jacmet@sunsite.dk>
This commit is contained in:
parent
639e80f274
commit
6ca4e7ce97
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_GCC_TARGET
|
config BR2_PACKAGE_GCC_TARGET
|
||||||
bool "native toolchain in the target filesystem"
|
bool "native toolchain in the target filesystem"
|
||||||
depends on BR2_HAVE_DEVFILES
|
depends on BR2_HAVE_DEVFILES
|
||||||
|
select BR2_PACKAGE_BINUTILS
|
||||||
select BR2_PACKAGE_BINUTILS_TARGET
|
select BR2_PACKAGE_BINUTILS_TARGET
|
||||||
select BR2_PACKAGE_MPC if BR2_GCC_VERSION_4_5_X
|
select BR2_PACKAGE_MPC if BR2_GCC_VERSION_4_5_X
|
||||||
select BR2_PACKAGE_MPFR
|
select BR2_PACKAGE_MPFR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user