diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-09-29 20:47:18 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-09-29 20:47:18 +0000 |
commit | f92d9a5d3620ccbf7a914f471857c38b2d166c56 (patch) | |
tree | c61f42c1d0a4485587a22f03ee610fd8e614290e /target | |
parent | f885e239ea23956176fb92d9a5a737da324b04eb (diff) | |
download | buildroot-novena-f92d9a5d3620ccbf7a914f471857c38b2d166c56.tar.gz buildroot-novena-f92d9a5d3620ccbf7a914f471857c38b2d166c56.zip |
Go back to gcc for avr32 rev 2.0
Diffstat (limited to 'target')
-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 57cfe5318..26b78c3af 100644 --- a/target/device/Config.in.toolchain +++ b/target/device/Config.in.toolchain @@ -33,7 +33,7 @@ config BR2_VENDOR_BINUTILS_RELEASE config BR2_VENDOR_GCC_RELEASE string - default "-2.2" if BR2_TOOLCHAIN_ATMEL_AVR32 + default "-2.0" if BR2_TOOLCHAIN_ATMEL_AVR32 config BR2_VENDOR_UCLIBC_RELEASE string |