2004-10-09 09:06:03 +08:00
|
|
|
#
|
|
|
|
|
2007-02-07 02:19:38 +08:00
|
|
|
choice
|
|
|
|
prompt "Toolchain type"
|
|
|
|
default BR2_TOOLCHAIN_BUILDROOT
|
2005-08-04 11:49:25 +08:00
|
|
|
help
|
2007-02-07 02:19:38 +08:00
|
|
|
Select whether to use the toolchain built by the buildroot
|
|
|
|
system or an external pre-built toolchain.
|
2005-08-04 11:49:25 +08:00
|
|
|
|
2007-02-07 02:19:38 +08:00
|
|
|
config BR2_TOOLCHAIN_BUILDROOT
|
|
|
|
bool
|
|
|
|
prompt "Buildroot toolchain"
|
2005-08-04 11:49:25 +08:00
|
|
|
|
2007-02-07 02:19:38 +08:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL
|
|
|
|
bool
|
2007-07-06 19:42:03 +08:00
|
|
|
prompt "External toolchain"
|
2007-02-07 02:19:38 +08:00
|
|
|
endchoice
|
2004-10-09 09:06:03 +08:00
|
|
|
|
2007-02-07 02:19:38 +08:00
|
|
|
source "toolchain/Config.in.2"
|
|
|
|
source "toolchain/external-toolchain/Config.in"
|