diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-01 09:06:04 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-01 09:06:04 +0000 |
commit | 8ee6fbb30f8cda33f31211938d3f6181b8e0b5f0 (patch) | |
tree | 0237730323987b5764e822b53e5b2cc068015484 | |
parent | 7f21ead8872279edc517f386025916a9064a409b (diff) | |
download | buildroot-novena-8ee6fbb30f8cda33f31211938d3f6181b8e0b5f0.tar.gz buildroot-novena-8ee6fbb30f8cda33f31211938d3f6181b8e0b5f0.zip |
Don't allow std sources for AVR32
-rw-r--r-- | target/device/Toolchain.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |