From 8ee6fbb30f8cda33f31211938d3f6181b8e0b5f0 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Wed, 1 Aug 2007 09:06:04 +0000 Subject: Don't allow std sources for AVR32 --- target/device/Toolchain.in | 1 + 1 file changed, 1 insertion(+) (limited to 'target/device') diff --git a/target/device/Toolchain.in b/target/device/Toolchain.in index 343a3d9f8..94ec95aea 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 -- cgit v1.2.3