diff options
author | Nigel Kukard <nkukard@lbsd.net> | 2008-03-28 21:03:04 +0000 |
---|---|---|
committer | Nigel Kukard <nkukard@lbsd.net> | 2008-03-28 21:03:04 +0000 |
commit | 643dd9b609261abdd894fc084a23701ef8f05b40 (patch) | |
tree | 4a7378c7ad072c68e1a4769d0e0c4ee516686fa9 /target/device/Atmel/atngw100-expanded | |
parent | 77d133d27e47a5b3a166e97600031e37a3571607 (diff) | |
download | buildroot-novena-643dd9b609261abdd894fc084a23701ef8f05b40.tar.gz buildroot-novena-643dd9b609261abdd894fc084a23701ef8f05b40.zip |
* Bumped GCC to 4.2.2, removed 4.2.0
Diffstat (limited to 'target/device/Atmel/atngw100-expanded')
-rw-r--r-- | target/device/Atmel/atngw100-expanded/atngw100_expanded_defconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/device/Atmel/atngw100-expanded/atngw100_expanded_defconfig b/target/device/Atmel/atngw100-expanded/atngw100_expanded_defconfig index 0fda32c1e..1e70daab0 100644 --- a/target/device/Atmel/atngw100-expanded/atngw100_expanded_defconfig +++ b/target/device/Atmel/atngw100-expanded/atngw100_expanded_defconfig @@ -132,7 +132,7 @@ BR2_TOOLCHAIN_BUILDROOT=y # BR2_TOOLCHAIN_EXTERNAL_SOURCE is not set BR2_TOOLCHAIN_SOURCE=y BR2_EXT_GCC_VERSION_4_1_2=y -BR2_EXT_GCC_VERSION_4_2_1=y +BR2_EXT_GCC_VERSION_4_2_2=y BR2_EXT_BINUTILS_VERSION_2_17=y BR2_EXT_UCLIBC_VERSION_0_9_29=y BR2_EXT_UCLIBC_VERSION_0_9_28_3=y @@ -190,8 +190,8 @@ BR2_EXTRA_BINUTILS_CONFIG_OPTIONS="" # BR2_GCC_VERSION_3_4_6 is not set # BR2_GCC_VERSION_4_0_4 is not set # BR2_GCC_VERSION_4_1_2 is not set -# BR2_GCC_VERSION_4_2_0 is not set -BR2_GCC_VERSION_4_2_1=y +# BR2_GCC_VERSION_4_2_1 is not set +BR2_GCC_VERSION_4_2_2=y BR2_GCC_SUPPORTS_SYSROOT=y # BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE is not set BR2_GCC_VERSION="4.2.1" |