From: Ulf Samuelsson Date: Wed, 1 Aug 2007 09:06:04 +0000 (-0000) Subject: Don't allow std sources for AVR32 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8ee6fbb30f8cda33f31211938d3f6181b8e0b5f0;p=buildroot.git Don't allow std sources for AVR32 --- diff --git a/target/device/Toolchain.in b/target/device/Toolchain.in index 343a3d9f88..94ec95aeaa 100644 --- a/target/device/Toolchain.in +++ b/target/device/Toolchain.in @@ -10,6 +10,7 @@ choice config BR2_TOOLCHAIN_NORMAL bool prompt "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