diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-03-19 07:26:34 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-03-19 07:26:34 +0000 |
commit | 1fdfb9e3057bb84cd598c1b39c225a3c998de9b1 (patch) | |
tree | 30a3fb0e365acae8578ab6a3ddc532f4bac84cb7 /target/device | |
parent | 5bca4c94474682c28dc642b7ce8698206041a371 (diff) | |
download | buildroot-novena-1fdfb9e3057bb84cd598c1b39c225a3c998de9b1.tar.gz buildroot-novena-1fdfb9e3057bb84cd598c1b39c225a3c998de9b1.zip |
Fix AVR32 ext toolchain
Diffstat (limited to 'target/device')
-rw-r--r-- | target/device/Config.in.toolchain | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/Config.in.toolchain b/target/device/Config.in.toolchain index 813437e10..2f3e3d73a 100644 --- a/target/device/Config.in.toolchain +++ b/target/device/Config.in.toolchain @@ -1,7 +1,7 @@ if BR2_TOOLCHAIN_EXTERNAL_SOURCE choice prompt "Source location:" - default BR2_TOOLCHAIN_ATMEL_AVR32 if BR2_avr32 + default BR2_TOOLCHAIN_ATMEL_AVR32_4_2_1 if BR2_avr32 help Select whether to use the toolchain built by the buildroot system or an external pre-built toolchain. |