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 | |
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')
-rw-r--r-- | target/device/Atmel/atngw100/atngw100_defconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/device/Atmel/atngw100/atngw100_defconfig b/target/device/Atmel/atngw100/atngw100_defconfig index 408b0dec3..2ec2a8937 100644 --- a/target/device/Atmel/atngw100/atngw100_defconfig +++ b/target/device/Atmel/atngw100/atngw100_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,11 +190,11 @@ 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" +BR2_GCC_VERSION="4.2.2" # BR2_TOOLCHAIN_SYSROOT is not set # BR2_GCC_USE_SJLJ_EXCEPTIONS is not set BR2_EXTRA_GCC_CONFIG_OPTIONS="" |