|
@@ -1,21 +1,11 @@
|
|
|
|
+if BR2_TOOLCHAIN_EXTERNAL_SOURCE
|
|
choice
|
|
choice
|
|
prompt "Source location:"
|
|
prompt "Source location:"
|
|
- default BR2_TOOLCHAIN_NORMAL if!BR2_avr32
|
|
|
|
default BR2_TOOLCHAIN_ATMEL_AVR32 if BR2_avr32
|
|
default BR2_TOOLCHAIN_ATMEL_AVR32 if BR2_avr32
|
|
- depends on BR2_TOOLCHAIN_BUILDROOT
|
|
|
|
help
|
|
help
|
|
Select whether to use the toolchain built by the buildroot
|
|
Select whether to use the toolchain built by the buildroot
|
|
system or an external pre-built toolchain.
|
|
system or an external pre-built toolchain.
|
|
|
|
|
|
-config BR2_TOOLCHAIN_NORMAL
|
|
|
|
- bool "Use default sources for toolchain"
|
|
|
|
- depends on !BR2_avr32
|
|
|
|
- help
|
|
|
|
- Download vanilla binutils, gcc, uclibc and gdb from their
|
|
|
|
- main download locations, and apply patches from the
|
|
|
|
- "toolchain/<package>" directores.
|
|
|
|
- I.E: Do not download a prepatched vendor source suite.
|
|
|
|
-
|
|
|
|
config BR2_TOOLCHAIN_ATMEL_AVR32
|
|
config BR2_TOOLCHAIN_ATMEL_AVR32
|
|
bool "Use prepatched source for AVR32 toolchain"
|
|
bool "Use prepatched source for AVR32 toolchain"
|
|
depends on BR2_avr32
|
|
depends on BR2_avr32
|
|
@@ -53,3 +43,4 @@ config BR2_VENDOR_GDB_RELEASE
|
|
config BR2_VENDOR_PATCH_DIR
|
|
config BR2_VENDOR_PATCH_DIR
|
|
string
|
|
string
|
|
default "target/device/Atmel/toolchain/avr32" if BR2_TOOLCHAIN_ATMEL_AVR32
|
|
default "target/device/Atmel/toolchain/avr32" if BR2_TOOLCHAIN_ATMEL_AVR32
|
|
|
|
+endif
|