projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0118555
)
Remove duplication of AVR32 toolchain
author
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Sat, 29 Mar 2008 11:04:30 +0000
(11:04 -0000)
committer
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Sat, 29 Mar 2008 11:04:30 +0000
(11:04 -0000)
toolchain/Config.in
patch
|
blob
|
history
diff --git
a/toolchain/Config.in
b/toolchain/Config.in
index 9df7447c93be4b1232294d8b9af8ee1553f008f2..74015787094e4f4cf933e31e42dbcf999cdb98cc 100644
(file)
--- a/
toolchain/Config.in
+++ b/
toolchain/Config.in
@@
-1,7
+1,8
@@
menu "Toolchain"
choice
prompt "Toolchain type"
- default BR2_TOOLCHAIN_BUILDROOT
+ default BR2_TOOLCHAIN_BUILDROOT if !BR2_avr32
+ default BR2_TOOLCHAIN_EXTERNAL_SOURCE if BR2_avr32
help
Select whether to use the toolchain provided by buildroot
or an external toolchain.
@@
-11,6
+12,7
@@
choice
config BR2_TOOLCHAIN_BUILDROOT
bool "Buildroot toolchain"
+ depends on !BR2_avr32
config BR2_TOOLCHAIN_EXTERNAL
bool "External binary toolchain"