2007-08-21 21:33:00 +02:00
|
|
|
menu "Toolchain type"
|
2007-02-06 19:19:38 +01:00
|
|
|
choice
|
|
|
|
prompt "Toolchain type"
|
|
|
|
default BR2_TOOLCHAIN_BUILDROOT
|
2005-08-04 05:49:25 +02:00
|
|
|
help
|
2007-02-06 19:19:38 +01:00
|
|
|
Select whether to use the toolchain built by the buildroot
|
|
|
|
system or an external pre-built toolchain.
|
2005-08-04 05:49:25 +02:00
|
|
|
|
2007-02-06 19:19:38 +01:00
|
|
|
config BR2_TOOLCHAIN_BUILDROOT
|
|
|
|
bool
|
|
|
|
prompt "Buildroot toolchain"
|
2005-08-04 05:49:25 +02:00
|
|
|
|
2007-02-06 19:19:38 +01:00
|
|
|
config BR2_TOOLCHAIN_EXTERNAL
|
|
|
|
bool
|
2007-07-06 13:42:03 +02:00
|
|
|
prompt "External toolchain"
|
2007-02-06 19:19:38 +01:00
|
|
|
endchoice
|
2004-10-09 03:06:03 +02:00
|
|
|
|
2007-07-31 16:59:58 +02:00
|
|
|
source "target/device/Toolchain.in"
|
|
|
|
|
|
|
|
endmenu
|
|
|
|
|
2007-02-06 19:19:38 +01:00
|
|
|
source "toolchain/Config.in.2"
|
|
|
|
source "toolchain/external-toolchain/Config.in"
|