- comment out bad logic
This commit is contained in:
parent
7bc7c8eb4d
commit
6b63009f5f
@ -1,7 +1,7 @@
|
|||||||
if BR2_TOOLCHAIN_EXTERNAL_SOURCE
|
if BR2_TOOLCHAIN_EXTERNAL_SOURCE
|
||||||
choice
|
choice
|
||||||
prompt "Source location:"
|
prompt "Source location:"
|
||||||
default BR2_TOOLCHAIN_ATMEL_AVR32 if BR2_avr32
|
# default BR2_TOOLCHAIN_ATMEL_AVR32 if BR2_avr32
|
||||||
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.
|
||||||
@ -9,10 +9,10 @@ choice
|
|||||||
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
|
||||||
depends on BR2_GCC_VERSION_4_1_2
|
# depends on BR2_GCC_VERSION_4_1_2
|
||||||
depends on BR2_GDB_VERSION_6_4 || !BR2_PACKAGE_GDB
|
# depends on BR2_GDB_VERSION_6_4 || !BR2_PACKAGE_GDB
|
||||||
depends on BR2_BINUTILS_VERSION_2_17
|
# depends on BR2_BINUTILS_VERSION_2_17
|
||||||
depends on BR2_UCLIBC_VERSION_0_9_28_3
|
# depends on BR2_UCLIBC_VERSION_0_9_28_3
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user