projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3551487
)
- fix copy'n paste error
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Tue, 25 Sep 2007 21:49:37 +0000
(21:49 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Tue, 25 Sep 2007 21:49:37 +0000
(21:49 -0000)
toolchain/Config.in
patch
|
blob
|
history
diff --git
a/toolchain/Config.in
b/toolchain/Config.in
index 0290cb92734af7276d312b007541628858fb8dc3..18845820a1451d3890ce53c8d3cddee381ee3f31 100644
(file)
--- a/
toolchain/Config.in
+++ b/
toolchain/Config.in
@@
-19,7
+19,7
@@
endchoice
config BR2_TOOLCHAIN_SOURCE
bool
- default y if
!BR2_TOOLCHAIN_EXTERNAL
+ default y if
BR2_TOOLCHAIN_BUILDROOT || BR2_TOOLCHAIN_EXTERNAL_SOURCE
default n if BR2_TOOLCHAIN_EXTERNAL
source "target/device/Toolchain.in"