projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
639e80f
)
toolchain/gcc: fix target-gcc selects
author
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 2 Jan 2011 23:24:46 +0000
(
00:24
+0100)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 2 Jan 2011 23:25:38 +0000
(
00:25
+0100)
We need to select BR2_PACKAGE_BINUTILS as well, now
BINUTILS_TARGET depends on it.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/gcc/Config.in.2
patch
|
blob
|
history
diff --git
a/toolchain/gcc/Config.in.2
b/toolchain/gcc/Config.in.2
index 9676fdf42e785c2d0def1f580098ec0dd868d314..705506b689f3c5248eca324f530556b63136d169 100644
(file)
--- 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