* [Buildroot] svn commit: trunk/buildroot: target/device target/device/ARMLTD targ etc...
@ 2008-03-28 21:03 nkukard at uclibc.org
2008-03-28 21:08 ` Peter Korsgaard
2008-03-28 21:13 ` [Buildroot] svn commit: trunk/buildroot: target/devicetarget/device/ARMLTD " Ulf Samuelsson
0 siblings, 2 replies; 12+ messages in thread
From: nkukard at uclibc.org @ 2008-03-28 21:03 UTC (permalink / raw)
To: buildroot
Author: nkukard
Date: 2008-03-28 14:03:04 -0700 (Fri, 28 Mar 2008)
New Revision: 21540
Log:
* Bumped GCC to 4.2.2, removed 4.2.0
Modified:
trunk/buildroot/.defconfig
trunk/buildroot/target/device/ARMLTD/integrator926_defconfig
trunk/buildroot/target/device/ARMLTD/integrator926_huge_defconfig
trunk/buildroot/target/device/Atmel/at91rm9200df/at91rm9200df_defconfig
trunk/buildroot/target/device/Atmel/at91sam9260dfc/at91sam9260dfc_defconfig
trunk/buildroot/target/device/Atmel/at91sam9261ek/at91sam9261ek_defconfig
trunk/buildroot/target/device/Atmel/at91sam9263ek/at91sam9263ek_defconfig
trunk/buildroot/target/device/Atmel/atngw100-base/atngw100-base_defconfig
trunk/buildroot/target/device/Atmel/atngw100-expanded/atngw100_expanded_defconfig
trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig
trunk/buildroot/target/device/Atmel/atstk1002/atstk1002-no-mplayer_defconfig
trunk/buildroot/target/device/Atmel/atstk1002/atstk1002_defconfig
trunk/buildroot/target/device/Config.in.toolchain
trunk/buildroot/target/device/valka/v100sc2_defconfig
trunk/buildroot/target/device/x86/i386/i686_defconfig
trunk/buildroot/toolchain/gcc/Config.in
Changeset:
Modified: trunk/buildroot/.defconfig
===================================================================
--- trunk/buildroot/.defconfig 2008-03-28 17:49:31 UTC (rev 21539)
+++ trunk/buildroot/.defconfig 2008-03-28 21:03:04 UTC (rev 21540)
@@ -133,7 +133,7 @@
# 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
@@ -191,12 +191,12 @@
# 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_IS_SNAP is not set
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=y
# BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
Modified: trunk/buildroot/target/device/ARMLTD/integrator926_defconfig
===================================================================
--- trunk/buildroot/target/device/ARMLTD/integrator926_defconfig 2008-03-28 17:49:31 UTC (rev 21539)
+++ trunk/buildroot/target/device/ARMLTD/integrator926_defconfig 2008-03-28 21:03:04 UTC (rev 21540)
@@ -196,12 +196,12 @@
# 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_IS_SNAP is not set
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=y
# BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
Modified: trunk/buildroot/target/device/ARMLTD/integrator926_huge_defconfig
===================================================================
--- trunk/buildroot/target/device/ARMLTD/integrator926_huge_defconfig 2008-03-28 17:49:31 UTC (rev 21539)
+++ trunk/buildroot/target/device/ARMLTD/integrator926_huge_defconfig 2008-03-28 21:03:04 UTC (rev 21540)
@@ -172,12 +172,12 @@
# 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_IS_SNAP is not set
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=y
# BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
Modified: trunk/buildroot/target/device/Atmel/at91rm9200df/at91rm9200df_defconfig
===================================================================
--- trunk/buildroot/target/device/Atmel/at91rm9200df/at91rm9200df_defconfig 2008-03-28 17:49:31 UTC (rev 21539)
+++ trunk/buildroot/target/device/Atmel/at91rm9200df/at91rm9200df_defconfig 2008-03-28 21:03:04 UTC (rev 21540)
@@ -166,7 +166,7 @@
# 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
@@ -227,12 +227,12 @@
# 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_IS_SNAP is not set
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=y
# BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
Modified: trunk/buildroot/target/device/Atmel/at91sam9260dfc/at91sam9260dfc_defconfig
===================================================================
--- trunk/buildroot/target/device/Atmel/at91sam9260dfc/at91sam9260dfc_defconfig 2008-03-28 17:49:31 UTC (rev 21539)
+++ trunk/buildroot/target/device/Atmel/at91sam9260dfc/at91sam9260dfc_defconfig 2008-03-28 21:03:04 UTC (rev 21540)
@@ -177,7 +177,7 @@
# 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
@@ -239,12 +239,12 @@
# 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_IS_SNAP is not set
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=y
# BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
Modified: trunk/buildroot/target/device/Atmel/at91sam9261ek/at91sam9261ek_defconfig
===================================================================
--- trunk/buildroot/target/device/Atmel/at91sam9261ek/at91sam9261ek_defconfig 2008-03-28 17:49:31 UTC (rev 21539)
+++ trunk/buildroot/target/device/Atmel/at91sam9261ek/at91sam9261ek_defconfig 2008-03-28 21:03:04 UTC (rev 21540)
@@ -183,7 +183,7 @@
# 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
@@ -244,12 +244,12 @@
# 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_IS_SNAP is not set
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=y
# BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
Modified: trunk/buildroot/target/device/Atmel/at91sam9263ek/at91sam9263ek_defconfig
===================================================================
--- trunk/buildroot/target/device/Atmel/at91sam9263ek/at91sam9263ek_defconfig 2008-03-28 17:49:31 UTC (rev 21539)
+++ trunk/buildroot/target/device/Atmel/at91sam9263ek/at91sam9263ek_defconfig 2008-03-28 21:03:04 UTC (rev 21540)
@@ -180,7 +180,7 @@
# 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
@@ -241,12 +241,12 @@
# 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_IS_SNAP is not set
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=y
# BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
Modified: trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig
===================================================================
--- trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig 2008-03-28 17:49:31 UTC (rev 21539)
+++ trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig 2008-03-28 21:03:04 UTC (rev 21540)
@@ -132,7 +132,7 @@
# 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_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=""
Modified: trunk/buildroot/target/device/Atmel/atngw100-base/atngw100-base_defconfig
===================================================================
--- trunk/buildroot/target/device/Atmel/atngw100-base/atngw100-base_defconfig 2008-03-28 17:49:31 UTC (rev 21539)
+++ trunk/buildroot/target/device/Atmel/atngw100-base/atngw100-base_defconfig 2008-03-28 21:03:04 UTC (rev 21540)
@@ -132,7 +132,7 @@
# 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_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=""
Modified: trunk/buildroot/target/device/Atmel/atngw100-expanded/atngw100_expanded_defconfig
===================================================================
--- trunk/buildroot/target/device/Atmel/atngw100-expanded/atngw100_expanded_defconfig 2008-03-28 17:49:31 UTC (rev 21539)
+++ trunk/buildroot/target/device/Atmel/atngw100-expanded/atngw100_expanded_defconfig 2008-03-28 21:03:04 UTC (rev 21540)
@@ -132,7 +132,7 @@
# 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_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"
Modified: trunk/buildroot/target/device/Atmel/atstk1002/atstk1002-no-mplayer_defconfig
===================================================================
--- trunk/buildroot/target/device/Atmel/atstk1002/atstk1002-no-mplayer_defconfig 2008-03-28 17:49:31 UTC (rev 21539)
+++ trunk/buildroot/target/device/Atmel/atstk1002/atstk1002-no-mplayer_defconfig 2008-03-28 21:03:04 UTC (rev 21540)
@@ -132,7 +132,7 @@
# 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_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=""
Modified: trunk/buildroot/target/device/Atmel/atstk1002/atstk1002_defconfig
===================================================================
--- trunk/buildroot/target/device/Atmel/atstk1002/atstk1002_defconfig 2008-03-28 17:49:31 UTC (rev 21539)
+++ trunk/buildroot/target/device/Atmel/atstk1002/atstk1002_defconfig 2008-03-28 21:03:04 UTC (rev 21540)
@@ -132,7 +132,7 @@
# 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_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=""
Modified: trunk/buildroot/target/device/Config.in.toolchain
===================================================================
--- trunk/buildroot/target/device/Config.in.toolchain 2008-03-28 17:49:31 UTC (rev 21539)
+++ trunk/buildroot/target/device/Config.in.toolchain 2008-03-28 21:03:04 UTC (rev 21540)
@@ -1,7 +1,7 @@
if BR2_TOOLCHAIN_EXTERNAL_SOURCE
choice
prompt "Source location:"
- default BR2_TOOLCHAIN_ATMEL_AVR32_4_2_1 if BR2_avr32
+ default BR2_TOOLCHAIN_ATMEL_AVR32_4_2_2 if BR2_avr32
help
Select whether to use the toolchain built by the buildroot
system or an external pre-built toolchain.
@@ -16,16 +16,16 @@
help
The gcc-4.1.2 toolchain for the AVR32
-config BR2_TOOLCHAIN_ATMEL_AVR32_4_2_1
- bool "Use prepatched source for AVR32 gcc-4.2.1 toolchain"
+config BR2_TOOLCHAIN_ATMEL_AVR32_4_2_2
+ bool "Use prepatched source for AVR32 gcc-4.2.2 toolchain"
depends on BR2_avr32
- select BR2_EXT_GCC_VERSION_4_2_1
+ select BR2_EXT_GCC_VERSION_4_2_2
select BR2_EXT_BINUTILS_VERSION_2_17
select BR2_EXT_UCLIBC_VERSION_0_9_29
select BR2_TOOLCHAIN_ATMEL_AVR32
help
- The gcc-4.2.1 toolchain for the AVR32
- * gcc-4.2.1
+ The gcc-4.2.2 toolchain for the AVR32
+ * gcc-4.2.2
* binutils-2.17
* uClibc-0.9.29
* gdb-6.4
@@ -57,7 +57,7 @@
config BR2_VENDOR_GCC_RELEASE
string
default "-2.0" if BR2_TOOLCHAIN_ATMEL_AVR32_4_1_2
- default "-2.1.3" if BR2_TOOLCHAIN_ATMEL_AVR32_4_2_1
+ default "-2.1.3" if BR2_TOOLCHAIN_ATMEL_AVR32_4_2_2
config BR2_VENDOR_UCLIBC_RELEASE
string
@@ -110,7 +110,7 @@
default y if !BR2_TOOLCHAIN_EXTERNAL_SOURCE
default n if BR2_TOOLCHAIN_EXTERNAL_SOURCE
-config BR2_EXT_GCC_VERSION_4_2_1
+config BR2_EXT_GCC_VERSION_4_2_2
bool
default y if !BR2_TOOLCHAIN_EXTERNAL_SOURCE
default n if BR2_TOOLCHAIN_EXTERNAL_SOURCE
Modified: trunk/buildroot/target/device/valka/v100sc2_defconfig
===================================================================
--- trunk/buildroot/target/device/valka/v100sc2_defconfig 2008-03-28 17:49:31 UTC (rev 21539)
+++ trunk/buildroot/target/device/valka/v100sc2_defconfig 2008-03-28 21:03:04 UTC (rev 21540)
@@ -109,7 +109,7 @@
# 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
@@ -167,11 +167,11 @@
# 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=y
# BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
Modified: trunk/buildroot/target/device/x86/i386/i686_defconfig
===================================================================
--- trunk/buildroot/target/device/x86/i386/i686_defconfig 2008-03-28 17:49:31 UTC (rev 21539)
+++ trunk/buildroot/target/device/x86/i386/i686_defconfig 2008-03-28 21:03:04 UTC (rev 21540)
@@ -140,7 +140,7 @@
# 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
@@ -198,12 +198,12 @@
# 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_IS_SNAP is not set
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=y
# BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
Modified: trunk/buildroot/toolchain/gcc/Config.in
===================================================================
--- trunk/buildroot/toolchain/gcc/Config.in 2008-03-28 17:49:31 UTC (rev 21539)
+++ trunk/buildroot/toolchain/gcc/Config.in 2008-03-28 21:03:04 UTC (rev 21540)
@@ -4,7 +4,7 @@
choice
prompt "GCC compiler Version"
- default BR2_GCC_VERSION_4_2_1 if !BR2_avr32
+ default BR2_GCC_VERSION_4_2_2 if !BR2_avr32
default BR2_GCC_VERSION_4_1_2 if BR2_avr32
help
Select the version of gcc you wish to use.
@@ -23,16 +23,16 @@
depends BR2_EXT_GCC_VERSION_4_1_2
bool "gcc 4.1.2"
- config BR2_GCC_VERSION_4_2_0
- depends !BR2_avr32 && !BR2_nios2
- depends BR2_DEPRECATED || BR2_RECENT
- bool "gcc 4.2.0"
-
config BR2_GCC_VERSION_4_2_1
depends !BR2_nios2
- depends BR2_EXT_GCC_VERSION_4_2_1
+ depends BR2_DEPRECATED || BR2_RECENT
bool "gcc 4.2.1"
+ config BR2_GCC_VERSION_4_2_2
+ depends !BR2_nios2
+ depends BR2_EXT_GCC_VERSION_4_2_2
+ bool "gcc 4.2.2"
+
# config BR2_GCC_VERSION_4_3
# depends !BR2_avr32 && !BR2_nios2
# select BR2_GCC_IS_SNAP
@@ -52,9 +52,12 @@
config BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE
bool
- default n if BR2_GCC_VERSION_3_4_6 || BR2_GCC_VERSION_4_0_4 || BR2_GCC_VERSION_4_1_2 || BR2_GCC_VERSION_4_2_0 || BR2_GCC_VERSION_4_2_1
- default y if !BR2_GCC_VERSION_3_4_6 && !BR2_GCC_VERSION_4_0_4 && !BR2_GCC_VERSION_4_1_2 && !BR2_GCC_VERSION_4_2_0 && !BR2_GCC_VERSION_4_2_1
+ default n if BR2_GCC_VERSION_3_4_6 || BR2_GCC_VERSION_4_0_4 || BR2_GCC_VERSION_4_1_2 || BR2_GCC_VERSION_4_2_1 \
+ || BR2_GCC_VERSION_4_2_2
+ default y if !BR2_GCC_VERSION_3_4_6 && !BR2_GCC_VERSION_4_0_4 && !BR2_GCC_VERSION_4_1_2 && !BR2_GCC_VERSION_4_2_1 \
+ && !BR2_GCC_VERSION_4_2_2
+
config BR2_GCC_SNAP_DATE
string "GCC snapshot date"
default "20070921"
@@ -68,8 +71,8 @@
default "3.4.6" if BR2_GCC_VERSION_3_4_6
default "4.0.4" if BR2_GCC_VERSION_4_0_4
default "4.1.2" if BR2_GCC_VERSION_4_1_2
- default "4.2.0" if BR2_GCC_VERSION_4_2_0
default "4.2.1" if BR2_GCC_VERSION_4_2_1
+ default "4.2.2" if BR2_GCC_VERSION_4_2_2
default "4.3" if BR2_GCC_VERSION_4_3
config BR2_TOOLCHAIN_SYSROOT
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Buildroot] svn commit: trunk/buildroot: target/device target/device/ARMLTD targ etc...
2008-03-28 21:03 [Buildroot] svn commit: trunk/buildroot: target/device target/device/ARMLTD targ etc nkukard at uclibc.org
@ 2008-03-28 21:08 ` Peter Korsgaard
2008-03-28 21:18 ` Bernhard Fischer
2008-03-28 21:13 ` [Buildroot] svn commit: trunk/buildroot: target/devicetarget/device/ARMLTD " Ulf Samuelsson
1 sibling, 1 reply; 12+ messages in thread
From: Peter Korsgaard @ 2008-03-28 21:08 UTC (permalink / raw)
To: buildroot
>>>>> "nkukard" == nkukard <nkukard@uclibc.org> writes:
nkukard> Author: nkukard
nkukard> Date: 2008-03-28 14:03:04 -0700 (Fri, 28 Mar 2008)
nkukard> New Revision: 21540
nkukard> Log:
nkukard> * Bumped GCC to 4.2.2, removed 4.2.0
Any particular reason why you didn't go with 4.2.3 right away?
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Buildroot] svn commit: trunk/buildroot: target/devicetarget/device/ARMLTD targ etc...
2008-03-28 21:03 [Buildroot] svn commit: trunk/buildroot: target/device target/device/ARMLTD targ etc nkukard at uclibc.org
2008-03-28 21:08 ` Peter Korsgaard
@ 2008-03-28 21:13 ` Ulf Samuelsson
2008-03-28 21:23 ` Nigel Kukard
1 sibling, 1 reply; 12+ messages in thread
From: Ulf Samuelsson @ 2008-03-28 21:13 UTC (permalink / raw)
To: buildroot
> Author: nkukard
> Date: 2008-03-28 14:03:04 -0700 (Fri, 28 Mar 2008)
> New Revision: 21540
>
> Log:
> * Bumped GCC to 4.2.2, removed 4.2.0
>
>
Please revert this patch ASAP.
You have obviously not tested this and it wreaks havoc.
Best Regards
Ulf Samuelsson
> Modified:
> trunk/buildroot/.defconfig
> trunk/buildroot/target/device/ARMLTD/integrator926_defconfig
> trunk/buildroot/target/device/ARMLTD/integrator926_huge_defconfig
> trunk/buildroot/target/device/Atmel/at91rm9200df/at91rm9200df_defconfig
> trunk/buildroot/target/device/Atmel/at91sam9260dfc/at91sam9260dfc_defconfig
> trunk/buildroot/target/device/Atmel/at91sam9261ek/at91sam9261ek_defconfig
> trunk/buildroot/target/device/Atmel/at91sam9263ek/at91sam9263ek_defconfig
> trunk/buildroot/target/device/Atmel/atngw100-base/atngw100-base_defconfig
> trunk/buildroot/target/device/Atmel/atngw100-expanded/atngw100_expanded_defconfig
> trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig
> trunk/buildroot/target/device/Atmel/atstk1002/atstk1002-no-mplayer_defconfig
> trunk/buildroot/target/device/Atmel/atstk1002/atstk1002_defconfig
> trunk/buildroot/target/device/Config.in.toolchain
> trunk/buildroot/target/device/valka/v100sc2_defconfig
> trunk/buildroot/target/device/x86/i386/i686_defconfig
> trunk/buildroot/toolchain/gcc/Config.in
>
>
> Changeset:
> Modified: trunk/buildroot/.defconfig
> ===================================================================
> --- trunk/buildroot/.defconfig 2008-03-28 17:49:31 UTC (rev 21539)
> +++ trunk/buildroot/.defconfig 2008-03-28 21:03:04 UTC (rev 21540)
> @@ -133,7 +133,7 @@
> # 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
> @@ -191,12 +191,12 @@
> # 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_IS_SNAP is not set
> 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=y
> # BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
> BR2_EXTRA_GCC_CONFIG_OPTIONS=""
>
> Modified: trunk/buildroot/target/device/ARMLTD/integrator926_defconfig
> ===================================================================
> --- trunk/buildroot/target/device/ARMLTD/integrator926_defconfig 2008-03-28 17:49:31 UTC (rev 21539)
> +++ trunk/buildroot/target/device/ARMLTD/integrator926_defconfig 2008-03-28 21:03:04 UTC (rev 21540)
> @@ -196,12 +196,12 @@
> # 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_IS_SNAP is not set
> 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=y
> # BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
> BR2_EXTRA_GCC_CONFIG_OPTIONS=""
>
> Modified: trunk/buildroot/target/device/ARMLTD/integrator926_huge_defconfig
> ===================================================================
> --- trunk/buildroot/target/device/ARMLTD/integrator926_huge_defconfig 2008-03-28 17:49:31 UTC (rev 21539)
> +++ trunk/buildroot/target/device/ARMLTD/integrator926_huge_defconfig 2008-03-28 21:03:04 UTC (rev 21540)
> @@ -172,12 +172,12 @@
> # 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_IS_SNAP is not set
> 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=y
> # BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
> BR2_EXTRA_GCC_CONFIG_OPTIONS=""
>
> Modified: trunk/buildroot/target/device/Atmel/at91rm9200df/at91rm9200df_defconfig
> ===================================================================
> --- trunk/buildroot/target/device/Atmel/at91rm9200df/at91rm9200df_defconfig 2008-03-28 17:49:31 UTC (rev 21539)
> +++ trunk/buildroot/target/device/Atmel/at91rm9200df/at91rm9200df_defconfig 2008-03-28 21:03:04 UTC (rev 21540)
> @@ -166,7 +166,7 @@
> # 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
> @@ -227,12 +227,12 @@
> # 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_IS_SNAP is not set
> 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=y
> # BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
> BR2_EXTRA_GCC_CONFIG_OPTIONS=""
>
> Modified: trunk/buildroot/target/device/Atmel/at91sam9260dfc/at91sam9260dfc_defconfig
> ===================================================================
> --- trunk/buildroot/target/device/Atmel/at91sam9260dfc/at91sam9260dfc_defconfig 2008-03-28 17:49:31 UTC (rev 21539)
> +++ trunk/buildroot/target/device/Atmel/at91sam9260dfc/at91sam9260dfc_defconfig 2008-03-28 21:03:04 UTC (rev 21540)
> @@ -177,7 +177,7 @@
> # 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
> @@ -239,12 +239,12 @@
> # 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_IS_SNAP is not set
> 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=y
> # BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
> BR2_EXTRA_GCC_CONFIG_OPTIONS=""
>
> Modified: trunk/buildroot/target/device/Atmel/at91sam9261ek/at91sam9261ek_defconfig
> ===================================================================
> --- trunk/buildroot/target/device/Atmel/at91sam9261ek/at91sam9261ek_defconfig 2008-03-28 17:49:31 UTC (rev 21539)
> +++ trunk/buildroot/target/device/Atmel/at91sam9261ek/at91sam9261ek_defconfig 2008-03-28 21:03:04 UTC (rev 21540)
> @@ -183,7 +183,7 @@
> # 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
> @@ -244,12 +244,12 @@
> # 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_IS_SNAP is not set
> 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=y
> # BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
> BR2_EXTRA_GCC_CONFIG_OPTIONS=""
>
> Modified: trunk/buildroot/target/device/Atmel/at91sam9263ek/at91sam9263ek_defconfig
> ===================================================================
> --- trunk/buildroot/target/device/Atmel/at91sam9263ek/at91sam9263ek_defconfig 2008-03-28 17:49:31 UTC (rev 21539)
> +++ trunk/buildroot/target/device/Atmel/at91sam9263ek/at91sam9263ek_defconfig 2008-03-28 21:03:04 UTC (rev 21540)
> @@ -180,7 +180,7 @@
> # 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
> @@ -241,12 +241,12 @@
> # 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_IS_SNAP is not set
> 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=y
> # BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
> BR2_EXTRA_GCC_CONFIG_OPTIONS=""
>
> Modified: trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig
> ===================================================================
> --- trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig 2008-03-28 17:49:31 UTC (rev 21539)
> +++ trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig 2008-03-28 21:03:04 UTC (rev 21540)
> @@ -132,7 +132,7 @@
> # 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_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=""
>
> Modified: trunk/buildroot/target/device/Atmel/atngw100-base/atngw100-base_defconfig
> ===================================================================
> --- trunk/buildroot/target/device/Atmel/atngw100-base/atngw100-base_defconfig 2008-03-28 17:49:31 UTC (rev 21539)
> +++ trunk/buildroot/target/device/Atmel/atngw100-base/atngw100-base_defconfig 2008-03-28 21:03:04 UTC (rev 21540)
> @@ -132,7 +132,7 @@
> # 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_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=""
>
> Modified: trunk/buildroot/target/device/Atmel/atngw100-expanded/atngw100_expanded_defconfig
> ===================================================================
> --- trunk/buildroot/target/device/Atmel/atngw100-expanded/atngw100_expanded_defconfig 2008-03-28 17:49:31 UTC (rev 21539)
> +++ trunk/buildroot/target/device/Atmel/atngw100-expanded/atngw100_expanded_defconfig 2008-03-28 21:03:04 UTC (rev 21540)
> @@ -132,7 +132,7 @@
> # 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_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"
>
> Modified: trunk/buildroot/target/device/Atmel/atstk1002/atstk1002-no-mplayer_defconfig
> ===================================================================
> --- trunk/buildroot/target/device/Atmel/atstk1002/atstk1002-no-mplayer_defconfig 2008-03-28 17:49:31 UTC (rev 21539)
> +++ trunk/buildroot/target/device/Atmel/atstk1002/atstk1002-no-mplayer_defconfig 2008-03-28 21:03:04 UTC (rev 21540)
> @@ -132,7 +132,7 @@
> # 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_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=""
>
> Modified: trunk/buildroot/target/device/Atmel/atstk1002/atstk1002_defconfig
> ===================================================================
> --- trunk/buildroot/target/device/Atmel/atstk1002/atstk1002_defconfig 2008-03-28 17:49:31 UTC (rev 21539)
> +++ trunk/buildroot/target/device/Atmel/atstk1002/atstk1002_defconfig 2008-03-28 21:03:04 UTC (rev 21540)
> @@ -132,7 +132,7 @@
> # 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_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=""
>
> Modified: trunk/buildroot/target/device/Config.in.toolchain
> ===================================================================
> --- trunk/buildroot/target/device/Config.in.toolchain 2008-03-28 17:49:31 UTC (rev 21539)
> +++ trunk/buildroot/target/device/Config.in.toolchain 2008-03-28 21:03:04 UTC (rev 21540)
> @@ -1,7 +1,7 @@
> if BR2_TOOLCHAIN_EXTERNAL_SOURCE
> choice
> prompt "Source location:"
> - default BR2_TOOLCHAIN_ATMEL_AVR32_4_2_1 if BR2_avr32
> + default BR2_TOOLCHAIN_ATMEL_AVR32_4_2_2 if BR2_avr32
> help
> Select whether to use the toolchain built by the buildroot
> system or an external pre-built toolchain.
> @@ -16,16 +16,16 @@
> help
> The gcc-4.1.2 toolchain for the AVR32
>
> -config BR2_TOOLCHAIN_ATMEL_AVR32_4_2_1
> - bool "Use prepatched source for AVR32 gcc-4.2.1 toolchain"
> +config BR2_TOOLCHAIN_ATMEL_AVR32_4_2_2
> + bool "Use prepatched source for AVR32 gcc-4.2.2 toolchain"
> depends on BR2_avr32
> - select BR2_EXT_GCC_VERSION_4_2_1
> + select BR2_EXT_GCC_VERSION_4_2_2
> select BR2_EXT_BINUTILS_VERSION_2_17
> select BR2_EXT_UCLIBC_VERSION_0_9_29
> select BR2_TOOLCHAIN_ATMEL_AVR32
> help
> - The gcc-4.2.1 toolchain for the AVR32
> - * gcc-4.2.1
> + The gcc-4.2.2 toolchain for the AVR32
> + * gcc-4.2.2
> * binutils-2.17
> * uClibc-0.9.29
> * gdb-6.4
> @@ -57,7 +57,7 @@
> config BR2_VENDOR_GCC_RELEASE
> string
> default "-2.0" if BR2_TOOLCHAIN_ATMEL_AVR32_4_1_2
> - default "-2.1.3" if BR2_TOOLCHAIN_ATMEL_AVR32_4_2_1
> + default "-2.1.3" if BR2_TOOLCHAIN_ATMEL_AVR32_4_2_2
>
> config BR2_VENDOR_UCLIBC_RELEASE
> string
> @@ -110,7 +110,7 @@
> default y if !BR2_TOOLCHAIN_EXTERNAL_SOURCE
> default n if BR2_TOOLCHAIN_EXTERNAL_SOURCE
>
> -config BR2_EXT_GCC_VERSION_4_2_1
> +config BR2_EXT_GCC_VERSION_4_2_2
> bool
> default y if !BR2_TOOLCHAIN_EXTERNAL_SOURCE
> default n if BR2_TOOLCHAIN_EXTERNAL_SOURCE
>
> Modified: trunk/buildroot/target/device/valka/v100sc2_defconfig
> ===================================================================
> --- trunk/buildroot/target/device/valka/v100sc2_defconfig 2008-03-28 17:49:31 UTC (rev 21539)
> +++ trunk/buildroot/target/device/valka/v100sc2_defconfig 2008-03-28 21:03:04 UTC (rev 21540)
> @@ -109,7 +109,7 @@
> # 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
> @@ -167,11 +167,11 @@
> # 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=y
> # BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
> BR2_EXTRA_GCC_CONFIG_OPTIONS=""
>
> Modified: trunk/buildroot/target/device/x86/i386/i686_defconfig
> ===================================================================
> --- trunk/buildroot/target/device/x86/i386/i686_defconfig 2008-03-28 17:49:31 UTC (rev 21539)
> +++ trunk/buildroot/target/device/x86/i386/i686_defconfig 2008-03-28 21:03:04 UTC (rev 21540)
> @@ -140,7 +140,7 @@
> # 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
> @@ -198,12 +198,12 @@
> # 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_IS_SNAP is not set
> 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=y
> # BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
> BR2_EXTRA_GCC_CONFIG_OPTIONS=""
>
> Modified: trunk/buildroot/toolchain/gcc/Config.in
> ===================================================================
> --- trunk/buildroot/toolchain/gcc/Config.in 2008-03-28 17:49:31 UTC (rev 21539)
> +++ trunk/buildroot/toolchain/gcc/Config.in 2008-03-28 21:03:04 UTC (rev 21540)
> @@ -4,7 +4,7 @@
>
> choice
> prompt "GCC compiler Version"
> - default BR2_GCC_VERSION_4_2_1 if !BR2_avr32
> + default BR2_GCC_VERSION_4_2_2 if !BR2_avr32
> default BR2_GCC_VERSION_4_1_2 if BR2_avr32
> help
> Select the version of gcc you wish to use.
> @@ -23,16 +23,16 @@
> depends BR2_EXT_GCC_VERSION_4_1_2
> bool "gcc 4.1.2"
>
> - config BR2_GCC_VERSION_4_2_0
> - depends !BR2_avr32 && !BR2_nios2
> - depends BR2_DEPRECATED || BR2_RECENT
> - bool "gcc 4.2.0"
> -
> config BR2_GCC_VERSION_4_2_1
> depends !BR2_nios2
> - depends BR2_EXT_GCC_VERSION_4_2_1
> + depends BR2_DEPRECATED || BR2_RECENT
> bool "gcc 4.2.1"
>
> + config BR2_GCC_VERSION_4_2_2
> + depends !BR2_nios2
> + depends BR2_EXT_GCC_VERSION_4_2_2
> + bool "gcc 4.2.2"
> +
> # config BR2_GCC_VERSION_4_3
> # depends !BR2_avr32 && !BR2_nios2
> # select BR2_GCC_IS_SNAP
> @@ -52,9 +52,12 @@
>
> config BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE
> bool
> - default n if BR2_GCC_VERSION_3_4_6 || BR2_GCC_VERSION_4_0_4 || BR2_GCC_VERSION_4_1_2 || BR2_GCC_VERSION_4_2_0 || BR2_GCC_VERSION_4_2_1
> - default y if !BR2_GCC_VERSION_3_4_6 && !BR2_GCC_VERSION_4_0_4 && !BR2_GCC_VERSION_4_1_2 && !BR2_GCC_VERSION_4_2_0 && !BR2_GCC_VERSION_4_2_1
> + default n if BR2_GCC_VERSION_3_4_6 || BR2_GCC_VERSION_4_0_4 || BR2_GCC_VERSION_4_1_2 || BR2_GCC_VERSION_4_2_1 \
> + || BR2_GCC_VERSION_4_2_2
> + default y if !BR2_GCC_VERSION_3_4_6 && !BR2_GCC_VERSION_4_0_4 && !BR2_GCC_VERSION_4_1_2 && !BR2_GCC_VERSION_4_2_1 \
> + && !BR2_GCC_VERSION_4_2_2
>
> +
> config BR2_GCC_SNAP_DATE
> string "GCC snapshot date"
> default "20070921"
> @@ -68,8 +71,8 @@
> default "3.4.6" if BR2_GCC_VERSION_3_4_6
> default "4.0.4" if BR2_GCC_VERSION_4_0_4
> default "4.1.2" if BR2_GCC_VERSION_4_1_2
> - default "4.2.0" if BR2_GCC_VERSION_4_2_0
> default "4.2.1" if BR2_GCC_VERSION_4_2_1
> + default "4.2.2" if BR2_GCC_VERSION_4_2_2
> default "4.3" if BR2_GCC_VERSION_4_3
>
> config BR2_TOOLCHAIN_SYSROOT
>
> _______________________________________________
> buildroot mailing list
> buildroot at uclibc.org
> http://busybox.net/mailman/listinfo/buildroot
>
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Buildroot] svn commit: trunk/buildroot: target/device target/device/ARMLTD targ etc...
2008-03-28 21:08 ` Peter Korsgaard
@ 2008-03-28 21:18 ` Bernhard Fischer
2008-03-28 21:27 ` Peter Korsgaard
0 siblings, 1 reply; 12+ messages in thread
From: Bernhard Fischer @ 2008-03-28 21:18 UTC (permalink / raw)
To: buildroot
On Fri, Mar 28, 2008 at 10:08:21PM +0100, Peter Korsgaard wrote:
>>>>>> "nkukard" == nkukard <nkukard@uclibc.org> writes:
>
> nkukard> Author: nkukard
> nkukard> Date: 2008-03-28 14:03:04 -0700 (Fri, 28 Mar 2008)
> nkukard> New Revision: 21540
>
> nkukard> Log:
> nkukard> * Bumped GCC to 4.2.2, removed 4.2.0
>
>Any particular reason why you didn't go with 4.2.3 right away?
4.2.3?
4.2.x is outdated. The current stable, supported release is 4.3.0
http://gcc.gnu.org/ and see "Status" there.
Welcome to the third millenium.. ;P
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Buildroot] svn commit: trunk/buildroot: target/devicetarget/device/ARMLTD targ etc...
2008-03-28 21:13 ` [Buildroot] svn commit: trunk/buildroot: target/devicetarget/device/ARMLTD " Ulf Samuelsson
@ 2008-03-28 21:23 ` Nigel Kukard
2008-03-28 21:34 ` [Buildroot] svn commit: trunk/buildroot:target/devicetarget/device/ARMLTD " Ulf Samuelsson
0 siblings, 1 reply; 12+ messages in thread
From: Nigel Kukard @ 2008-03-28 21:23 UTC (permalink / raw)
To: buildroot
On Fri, 2008-03-28 at 22:13 +0100, Ulf Samuelsson wrote:
>
> > Author: nkukard
> > Date: 2008-03-28 14:03:04 -0700 (Fri, 28 Mar 2008)
> > New Revision: 21540
> >
> > Log:
> > * Bumped GCC to 4.2.2, removed 4.2.0
> >
> >
>
>
> Please revert this patch ASAP.
> You have obviously not tested this and it wreaks havoc.
Could you show me what I did wrong, I'm busy committing the patches now
for 4.2.2.
Got no problem in reverting if you can show me where I messed up?
-N
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://busybox.net/lists/buildroot/attachments/20080328/080e5ae7/attachment.pgp
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Buildroot] svn commit: trunk/buildroot: target/device target/device/ARMLTD targ etc...
2008-03-28 21:18 ` Bernhard Fischer
@ 2008-03-28 21:27 ` Peter Korsgaard
2008-03-28 21:31 ` Nigel Kukard
2008-03-28 21:42 ` Bernhard Fischer
0 siblings, 2 replies; 12+ messages in thread
From: Peter Korsgaard @ 2008-03-28 21:27 UTC (permalink / raw)
To: buildroot
>>>>> "Bernhard" == Bernhard Fischer <rep.dot.nop@gmail.com> writes:
Bernhard> On Fri, Mar 28, 2008 at 10:08:21PM +0100, Peter Korsgaard wrote:
>>>>>>> "nkukard" == nkukard <nkukard@uclibc.org> writes:
>>
nkukard> Author: nkukard
nkukard> Date: 2008-03-28 14:03:04 -0700 (Fri, 28 Mar 2008)
nkukard> New Revision: 21540
>>
nkukard> Log:
nkukard> * Bumped GCC to 4.2.2, removed 4.2.0
>>
>> Any particular reason why you didn't go with 4.2.3 right away?
Bernhard> 4.2.3?
Bernhard> 4.2.x is outdated. The current stable, supported release is 4.3.0
Bernhard> http://gcc.gnu.org/ and see "Status" there.
Bernhard> Welcome to the third millenium.. ;P
Sure, but if you want to update 4.2.x you might as well go to the
highest value of x.
You're welcome to commit 4.3.0 support to svn ;P
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Buildroot] svn commit: trunk/buildroot: target/device target/device/ARMLTD targ etc...
2008-03-28 21:27 ` Peter Korsgaard
@ 2008-03-28 21:31 ` Nigel Kukard
2008-03-28 21:42 ` Bernhard Fischer
1 sibling, 0 replies; 12+ messages in thread
From: Nigel Kukard @ 2008-03-28 21:31 UTC (permalink / raw)
To: buildroot
On Fri, 2008-03-28 at 22:27 +0100, Peter Korsgaard wrote:
> >>>>> "Bernhard" == Bernhard Fischer <rep.dot.nop@gmail.com> writes:
>
> Bernhard> On Fri, Mar 28, 2008 at 10:08:21PM +0100, Peter Korsgaard wrote:
> >>>>>>> "nkukard" == nkukard <nkukard@uclibc.org> writes:
> >>
> nkukard> Author: nkukard
> nkukard> Date: 2008-03-28 14:03:04 -0700 (Fri, 28 Mar 2008)
> nkukard> New Revision: 21540
> >>
> nkukard> Log:
> nkukard> * Bumped GCC to 4.2.2, removed 4.2.0
> >>
> >> Any particular reason why you didn't go with 4.2.3 right away?
>
> Bernhard> 4.2.3?
> Bernhard> 4.2.x is outdated. The current stable, supported release is 4.3.0
> Bernhard> http://gcc.gnu.org/ and see "Status" there.
> Bernhard> Welcome to the third millenium.. ;P
>
> Sure, but if you want to update 4.2.x you might as well go to the
> highest value of x.
>
> You're welcome to commit 4.3.0 support to svn ;P
I bumped to 4.2.2 as its the one I've tested.
Will see what I messed up when Ulf comes back to me and commit 4.2.3
after I've fixed & tested it.
-N
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://busybox.net/lists/buildroot/attachments/20080328/bec82525/attachment.pgp
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Buildroot] svn commit: trunk/buildroot:target/devicetarget/device/ARMLTD targ etc...
2008-03-28 21:23 ` Nigel Kukard
@ 2008-03-28 21:34 ` Ulf Samuelsson
2008-03-28 22:11 ` Nigel Kukard
0 siblings, 1 reply; 12+ messages in thread
From: Ulf Samuelsson @ 2008-03-28 21:34 UTC (permalink / raw)
To: buildroot
> Could you show me what I did wrong,
> I'm busy committing the patches now for 4.2.2.
>
> Got no problem in reverting if you can show me where I messed up?
gcc-4.2.2 has not been ported to the AVR32,
so you have obviously not built a toolchain.
Even the Atmel defconfigs for the AT91 should not be updated
to gcc-4.2.1 before they have been tested on target H/W.
Unless you have booted Linux, don't touch them.
Others may object to updating compiler versions
of their targets, without testing.
Best Regards
Ulf Samuelsson
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Buildroot] svn commit: trunk/buildroot: target/device target/device/ARMLTD targ etc...
2008-03-28 21:27 ` Peter Korsgaard
2008-03-28 21:31 ` Nigel Kukard
@ 2008-03-28 21:42 ` Bernhard Fischer
1 sibling, 0 replies; 12+ messages in thread
From: Bernhard Fischer @ 2008-03-28 21:42 UTC (permalink / raw)
To: buildroot
On Fri, Mar 28, 2008 at 10:27:09PM +0100, Peter Korsgaard wrote:
>You're welcome to commit 4.3.0 support to svn ;P
I already committed 4.3.0 support to my working cp so thanks, but no ;)
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Buildroot] svn commit: trunk/buildroot: target/device target/device/ARMLTD targ etc...
@ 2008-03-28 22:08 nkukard at uclibc.org
0 siblings, 0 replies; 12+ messages in thread
From: nkukard at uclibc.org @ 2008-03-28 22:08 UTC (permalink / raw)
To: buildroot
Author: nkukard
Date: 2008-03-28 15:08:37 -0700 (Fri, 28 Mar 2008)
New Revision: 21544
Log:
* Reverted r21540
Modified:
trunk/buildroot/.defconfig
trunk/buildroot/target/device/ARMLTD/integrator926_defconfig
trunk/buildroot/target/device/ARMLTD/integrator926_huge_defconfig
trunk/buildroot/target/device/Atmel/at91rm9200df/at91rm9200df_defconfig
trunk/buildroot/target/device/Atmel/at91sam9260dfc/at91sam9260dfc_defconfig
trunk/buildroot/target/device/Atmel/at91sam9261ek/at91sam9261ek_defconfig
trunk/buildroot/target/device/Atmel/at91sam9263ek/at91sam9263ek_defconfig
trunk/buildroot/target/device/Atmel/atngw100-base/atngw100-base_defconfig
trunk/buildroot/target/device/Atmel/atngw100-expanded/atngw100_expanded_defconfig
trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig
trunk/buildroot/target/device/Atmel/atstk1002/atstk1002-no-mplayer_defconfig
trunk/buildroot/target/device/Atmel/atstk1002/atstk1002_defconfig
trunk/buildroot/target/device/Config.in.toolchain
trunk/buildroot/target/device/valka/v100sc2_defconfig
trunk/buildroot/target/device/x86/i386/i686_defconfig
trunk/buildroot/toolchain/gcc/Config.in
Changeset:
Modified: trunk/buildroot/.defconfig
===================================================================
--- trunk/buildroot/.defconfig 2008-03-28 21:42:43 UTC (rev 21543)
+++ trunk/buildroot/.defconfig 2008-03-28 22:08:37 UTC (rev 21544)
@@ -133,7 +133,7 @@
# 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_2=y
+BR2_EXT_GCC_VERSION_4_2_1=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
@@ -191,12 +191,12 @@
# 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_1 is not set
-BR2_GCC_VERSION_4_2_2=y
+# BR2_GCC_VERSION_4_2_0 is not set
+BR2_GCC_VERSION_4_2_1=y
# BR2_GCC_IS_SNAP is not set
BR2_GCC_SUPPORTS_SYSROOT=y
# BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE is not set
-BR2_GCC_VERSION="4.2.2"
+BR2_GCC_VERSION="4.2.1"
BR2_TOOLCHAIN_SYSROOT=y
# BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
Modified: trunk/buildroot/target/device/ARMLTD/integrator926_defconfig
===================================================================
--- trunk/buildroot/target/device/ARMLTD/integrator926_defconfig 2008-03-28 21:42:43 UTC (rev 21543)
+++ trunk/buildroot/target/device/ARMLTD/integrator926_defconfig 2008-03-28 22:08:37 UTC (rev 21544)
@@ -196,12 +196,12 @@
# 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_1 is not set
-BR2_GCC_VERSION_4_2_2=y
+# BR2_GCC_VERSION_4_2_0 is not set
+BR2_GCC_VERSION_4_2_1=y
# BR2_GCC_IS_SNAP is not set
BR2_GCC_SUPPORTS_SYSROOT=y
# BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE is not set
-BR2_GCC_VERSION="4.2.2"
+BR2_GCC_VERSION="4.2.1"
BR2_TOOLCHAIN_SYSROOT=y
# BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
Modified: trunk/buildroot/target/device/ARMLTD/integrator926_huge_defconfig
===================================================================
--- trunk/buildroot/target/device/ARMLTD/integrator926_huge_defconfig 2008-03-28 21:42:43 UTC (rev 21543)
+++ trunk/buildroot/target/device/ARMLTD/integrator926_huge_defconfig 2008-03-28 22:08:37 UTC (rev 21544)
@@ -172,12 +172,12 @@
# 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_1 is not set
-BR2_GCC_VERSION_4_2_2=y
+# BR2_GCC_VERSION_4_2_0 is not set
+BR2_GCC_VERSION_4_2_1=y
# BR2_GCC_IS_SNAP is not set
BR2_GCC_SUPPORTS_SYSROOT=y
# BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE is not set
-BR2_GCC_VERSION="4.2.2"
+BR2_GCC_VERSION="4.2.1"
BR2_TOOLCHAIN_SYSROOT=y
# BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
Modified: trunk/buildroot/target/device/Atmel/at91rm9200df/at91rm9200df_defconfig
===================================================================
--- trunk/buildroot/target/device/Atmel/at91rm9200df/at91rm9200df_defconfig 2008-03-28 21:42:43 UTC (rev 21543)
+++ trunk/buildroot/target/device/Atmel/at91rm9200df/at91rm9200df_defconfig 2008-03-28 22:08:37 UTC (rev 21544)
@@ -166,7 +166,7 @@
# 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_2=y
+BR2_EXT_GCC_VERSION_4_2_1=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
@@ -227,12 +227,12 @@
# 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_1 is not set
-BR2_GCC_VERSION_4_2_2=y
+# BR2_GCC_VERSION_4_2_0 is not set
+BR2_GCC_VERSION_4_2_1=y
# BR2_GCC_IS_SNAP is not set
BR2_GCC_SUPPORTS_SYSROOT=y
# BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE is not set
-BR2_GCC_VERSION="4.2.2"
+BR2_GCC_VERSION="4.2.1"
BR2_TOOLCHAIN_SYSROOT=y
# BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
Modified: trunk/buildroot/target/device/Atmel/at91sam9260dfc/at91sam9260dfc_defconfig
===================================================================
--- trunk/buildroot/target/device/Atmel/at91sam9260dfc/at91sam9260dfc_defconfig 2008-03-28 21:42:43 UTC (rev 21543)
+++ trunk/buildroot/target/device/Atmel/at91sam9260dfc/at91sam9260dfc_defconfig 2008-03-28 22:08:37 UTC (rev 21544)
@@ -177,7 +177,7 @@
# 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_2=y
+BR2_EXT_GCC_VERSION_4_2_1=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
@@ -239,12 +239,12 @@
# 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_1 is not set
-BR2_GCC_VERSION_4_2_2=y
+# BR2_GCC_VERSION_4_2_0 is not set
+BR2_GCC_VERSION_4_2_1=y
# BR2_GCC_IS_SNAP is not set
BR2_GCC_SUPPORTS_SYSROOT=y
# BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE is not set
-BR2_GCC_VERSION="4.2.2"
+BR2_GCC_VERSION="4.2.1"
BR2_TOOLCHAIN_SYSROOT=y
# BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
Modified: trunk/buildroot/target/device/Atmel/at91sam9261ek/at91sam9261ek_defconfig
===================================================================
--- trunk/buildroot/target/device/Atmel/at91sam9261ek/at91sam9261ek_defconfig 2008-03-28 21:42:43 UTC (rev 21543)
+++ trunk/buildroot/target/device/Atmel/at91sam9261ek/at91sam9261ek_defconfig 2008-03-28 22:08:37 UTC (rev 21544)
@@ -183,7 +183,7 @@
# 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_2=y
+BR2_EXT_GCC_VERSION_4_2_1=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
@@ -244,12 +244,12 @@
# 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_1 is not set
-BR2_GCC_VERSION_4_2_2=y
+# BR2_GCC_VERSION_4_2_0 is not set
+BR2_GCC_VERSION_4_2_1=y
# BR2_GCC_IS_SNAP is not set
BR2_GCC_SUPPORTS_SYSROOT=y
# BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE is not set
-BR2_GCC_VERSION="4.2.2"
+BR2_GCC_VERSION="4.2.1"
BR2_TOOLCHAIN_SYSROOT=y
# BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
Modified: trunk/buildroot/target/device/Atmel/at91sam9263ek/at91sam9263ek_defconfig
===================================================================
--- trunk/buildroot/target/device/Atmel/at91sam9263ek/at91sam9263ek_defconfig 2008-03-28 21:42:43 UTC (rev 21543)
+++ trunk/buildroot/target/device/Atmel/at91sam9263ek/at91sam9263ek_defconfig 2008-03-28 22:08:37 UTC (rev 21544)
@@ -180,7 +180,7 @@
# 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_2=y
+BR2_EXT_GCC_VERSION_4_2_1=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
@@ -241,12 +241,12 @@
# 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_1 is not set
-BR2_GCC_VERSION_4_2_2=y
+# BR2_GCC_VERSION_4_2_0 is not set
+BR2_GCC_VERSION_4_2_1=y
# BR2_GCC_IS_SNAP is not set
BR2_GCC_SUPPORTS_SYSROOT=y
# BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE is not set
-BR2_GCC_VERSION="4.2.2"
+BR2_GCC_VERSION="4.2.1"
BR2_TOOLCHAIN_SYSROOT=y
# BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
Modified: trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig
===================================================================
--- trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig 2008-03-28 21:42:43 UTC (rev 21543)
+++ trunk/buildroot/target/device/Atmel/atngw100/atngw100_defconfig 2008-03-28 22:08:37 UTC (rev 21544)
@@ -132,7 +132,7 @@
# 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_2=y
+BR2_EXT_GCC_VERSION_4_2_1=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_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_1 is not set
-BR2_GCC_VERSION_4_2_2=y
+# BR2_GCC_VERSION_4_2_0 is not set
+BR2_GCC_VERSION_4_2_1=y
BR2_GCC_SUPPORTS_SYSROOT=y
# BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE is not set
-BR2_GCC_VERSION="4.2.2"
+BR2_GCC_VERSION="4.2.1"
# BR2_TOOLCHAIN_SYSROOT is not set
# BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
Modified: trunk/buildroot/target/device/Atmel/atngw100-base/atngw100-base_defconfig
===================================================================
--- trunk/buildroot/target/device/Atmel/atngw100-base/atngw100-base_defconfig 2008-03-28 21:42:43 UTC (rev 21543)
+++ trunk/buildroot/target/device/Atmel/atngw100-base/atngw100-base_defconfig 2008-03-28 22:08:37 UTC (rev 21544)
@@ -132,7 +132,7 @@
# 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_2=y
+BR2_EXT_GCC_VERSION_4_2_1=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_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_1 is not set
-BR2_GCC_VERSION_4_2_2=y
+# BR2_GCC_VERSION_4_2_0 is not set
+BR2_GCC_VERSION_4_2_1=y
BR2_GCC_SUPPORTS_SYSROOT=y
# BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE is not set
-BR2_GCC_VERSION="4.2.2"
+BR2_GCC_VERSION="4.2.1"
# BR2_TOOLCHAIN_SYSROOT is not set
# BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
Modified: trunk/buildroot/target/device/Atmel/atngw100-expanded/atngw100_expanded_defconfig
===================================================================
--- trunk/buildroot/target/device/Atmel/atngw100-expanded/atngw100_expanded_defconfig 2008-03-28 21:42:43 UTC (rev 21543)
+++ trunk/buildroot/target/device/Atmel/atngw100-expanded/atngw100_expanded_defconfig 2008-03-28 22:08:37 UTC (rev 21544)
@@ -132,7 +132,7 @@
# 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_2=y
+BR2_EXT_GCC_VERSION_4_2_1=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_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_1 is not set
-BR2_GCC_VERSION_4_2_2=y
+# BR2_GCC_VERSION_4_2_0 is not set
+BR2_GCC_VERSION_4_2_1=y
BR2_GCC_SUPPORTS_SYSROOT=y
# BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE is not set
BR2_GCC_VERSION="4.2.1"
Modified: trunk/buildroot/target/device/Atmel/atstk1002/atstk1002-no-mplayer_defconfig
===================================================================
--- trunk/buildroot/target/device/Atmel/atstk1002/atstk1002-no-mplayer_defconfig 2008-03-28 21:42:43 UTC (rev 21543)
+++ trunk/buildroot/target/device/Atmel/atstk1002/atstk1002-no-mplayer_defconfig 2008-03-28 22:08:37 UTC (rev 21544)
@@ -132,7 +132,7 @@
# 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_2=y
+BR2_EXT_GCC_VERSION_4_2_1=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_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_1 is not set
-BR2_GCC_VERSION_4_2_2=y
+# BR2_GCC_VERSION_4_2_0 is not set
+BR2_GCC_VERSION_4_2_1=y
BR2_GCC_SUPPORTS_SYSROOT=y
# BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE is not set
-BR2_GCC_VERSION="4.2.2"
+BR2_GCC_VERSION="4.2.1"
# BR2_TOOLCHAIN_SYSROOT is not set
# BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
Modified: trunk/buildroot/target/device/Atmel/atstk1002/atstk1002_defconfig
===================================================================
--- trunk/buildroot/target/device/Atmel/atstk1002/atstk1002_defconfig 2008-03-28 21:42:43 UTC (rev 21543)
+++ trunk/buildroot/target/device/Atmel/atstk1002/atstk1002_defconfig 2008-03-28 22:08:37 UTC (rev 21544)
@@ -132,7 +132,7 @@
# 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_2=y
+BR2_EXT_GCC_VERSION_4_2_1=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_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_1 is not set
-BR2_GCC_VERSION_4_2_2=y
+# BR2_GCC_VERSION_4_2_0 is not set
+BR2_GCC_VERSION_4_2_1=y
BR2_GCC_SUPPORTS_SYSROOT=y
# BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE is not set
-BR2_GCC_VERSION="4.2.2"
+BR2_GCC_VERSION="4.2.1"
# BR2_TOOLCHAIN_SYSROOT is not set
# BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
Modified: trunk/buildroot/target/device/Config.in.toolchain
===================================================================
--- trunk/buildroot/target/device/Config.in.toolchain 2008-03-28 21:42:43 UTC (rev 21543)
+++ trunk/buildroot/target/device/Config.in.toolchain 2008-03-28 22:08:37 UTC (rev 21544)
@@ -1,7 +1,7 @@
if BR2_TOOLCHAIN_EXTERNAL_SOURCE
choice
prompt "Source location:"
- default BR2_TOOLCHAIN_ATMEL_AVR32_4_2_2 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.
@@ -16,16 +16,16 @@
help
The gcc-4.1.2 toolchain for the AVR32
-config BR2_TOOLCHAIN_ATMEL_AVR32_4_2_2
- bool "Use prepatched source for AVR32 gcc-4.2.2 toolchain"
+config BR2_TOOLCHAIN_ATMEL_AVR32_4_2_1
+ bool "Use prepatched source for AVR32 gcc-4.2.1 toolchain"
depends on BR2_avr32
- select BR2_EXT_GCC_VERSION_4_2_2
+ select BR2_EXT_GCC_VERSION_4_2_1
select BR2_EXT_BINUTILS_VERSION_2_17
select BR2_EXT_UCLIBC_VERSION_0_9_29
select BR2_TOOLCHAIN_ATMEL_AVR32
help
- The gcc-4.2.2 toolchain for the AVR32
- * gcc-4.2.2
+ The gcc-4.2.1 toolchain for the AVR32
+ * gcc-4.2.1
* binutils-2.17
* uClibc-0.9.29
* gdb-6.4
@@ -57,7 +57,7 @@
config BR2_VENDOR_GCC_RELEASE
string
default "-2.0" if BR2_TOOLCHAIN_ATMEL_AVR32_4_1_2
- default "-2.1.3" if BR2_TOOLCHAIN_ATMEL_AVR32_4_2_2
+ default "-2.1.3" if BR2_TOOLCHAIN_ATMEL_AVR32_4_2_1
config BR2_VENDOR_UCLIBC_RELEASE
string
@@ -110,7 +110,7 @@
default y if !BR2_TOOLCHAIN_EXTERNAL_SOURCE
default n if BR2_TOOLCHAIN_EXTERNAL_SOURCE
-config BR2_EXT_GCC_VERSION_4_2_2
+config BR2_EXT_GCC_VERSION_4_2_1
bool
default y if !BR2_TOOLCHAIN_EXTERNAL_SOURCE
default n if BR2_TOOLCHAIN_EXTERNAL_SOURCE
Modified: trunk/buildroot/target/device/valka/v100sc2_defconfig
===================================================================
--- trunk/buildroot/target/device/valka/v100sc2_defconfig 2008-03-28 21:42:43 UTC (rev 21543)
+++ trunk/buildroot/target/device/valka/v100sc2_defconfig 2008-03-28 22:08:37 UTC (rev 21544)
@@ -109,7 +109,7 @@
# 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_2=y
+BR2_EXT_GCC_VERSION_4_2_1=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
@@ -167,11 +167,11 @@
# 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_1 is not set
-BR2_GCC_VERSION_4_2_2=y
+# BR2_GCC_VERSION_4_2_0 is not set
+BR2_GCC_VERSION_4_2_1=y
BR2_GCC_SUPPORTS_SYSROOT=y
# BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE is not set
-BR2_GCC_VERSION="4.2.2"
+BR2_GCC_VERSION="4.2.1"
BR2_TOOLCHAIN_SYSROOT=y
# BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
Modified: trunk/buildroot/target/device/x86/i386/i686_defconfig
===================================================================
--- trunk/buildroot/target/device/x86/i386/i686_defconfig 2008-03-28 21:42:43 UTC (rev 21543)
+++ trunk/buildroot/target/device/x86/i386/i686_defconfig 2008-03-28 22:08:37 UTC (rev 21544)
@@ -140,7 +140,7 @@
# 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_2=y
+BR2_EXT_GCC_VERSION_4_2_1=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
@@ -198,12 +198,12 @@
# 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_1 is not set
-BR2_GCC_VERSION_4_2_2=y
+# BR2_GCC_VERSION_4_2_0 is not set
+BR2_GCC_VERSION_4_2_1=y
# BR2_GCC_IS_SNAP is not set
BR2_GCC_SUPPORTS_SYSROOT=y
# BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE is not set
-BR2_GCC_VERSION="4.2.2"
+BR2_GCC_VERSION="4.2.1"
BR2_TOOLCHAIN_SYSROOT=y
# BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
Modified: trunk/buildroot/toolchain/gcc/Config.in
===================================================================
--- trunk/buildroot/toolchain/gcc/Config.in 2008-03-28 21:42:43 UTC (rev 21543)
+++ trunk/buildroot/toolchain/gcc/Config.in 2008-03-28 22:08:37 UTC (rev 21544)
@@ -4,7 +4,7 @@
choice
prompt "GCC compiler Version"
- default BR2_GCC_VERSION_4_2_2 if !BR2_avr32
+ default BR2_GCC_VERSION_4_2_1 if !BR2_avr32
default BR2_GCC_VERSION_4_1_2 if BR2_avr32
help
Select the version of gcc you wish to use.
@@ -23,16 +23,16 @@
depends BR2_EXT_GCC_VERSION_4_1_2
bool "gcc 4.1.2"
+ config BR2_GCC_VERSION_4_2_0
+ depends !BR2_avr32 && !BR2_nios2
+ depends BR2_DEPRECATED || BR2_RECENT
+ bool "gcc 4.2.0"
+
config BR2_GCC_VERSION_4_2_1
depends !BR2_nios2
- depends BR2_DEPRECATED || BR2_RECENT
+ depends BR2_EXT_GCC_VERSION_4_2_1
bool "gcc 4.2.1"
- config BR2_GCC_VERSION_4_2_2
- depends !BR2_nios2
- depends BR2_EXT_GCC_VERSION_4_2_2
- bool "gcc 4.2.2"
-
# config BR2_GCC_VERSION_4_3
# depends !BR2_avr32 && !BR2_nios2
# select BR2_GCC_IS_SNAP
@@ -52,12 +52,9 @@
config BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE
bool
- default n if BR2_GCC_VERSION_3_4_6 || BR2_GCC_VERSION_4_0_4 || BR2_GCC_VERSION_4_1_2 || BR2_GCC_VERSION_4_2_1 \
- || BR2_GCC_VERSION_4_2_2
- default y if !BR2_GCC_VERSION_3_4_6 && !BR2_GCC_VERSION_4_0_4 && !BR2_GCC_VERSION_4_1_2 && !BR2_GCC_VERSION_4_2_1 \
- && !BR2_GCC_VERSION_4_2_2
+ default n if BR2_GCC_VERSION_3_4_6 || BR2_GCC_VERSION_4_0_4 || BR2_GCC_VERSION_4_1_2 || BR2_GCC_VERSION_4_2_0 || BR2_GCC_VERSION_4_2_1
+ default y if !BR2_GCC_VERSION_3_4_6 && !BR2_GCC_VERSION_4_0_4 && !BR2_GCC_VERSION_4_1_2 && !BR2_GCC_VERSION_4_2_0 && !BR2_GCC_VERSION_4_2_1
-
config BR2_GCC_SNAP_DATE
string "GCC snapshot date"
default "20070921"
@@ -71,8 +68,8 @@
default "3.4.6" if BR2_GCC_VERSION_3_4_6
default "4.0.4" if BR2_GCC_VERSION_4_0_4
default "4.1.2" if BR2_GCC_VERSION_4_1_2
+ default "4.2.0" if BR2_GCC_VERSION_4_2_0
default "4.2.1" if BR2_GCC_VERSION_4_2_1
- default "4.2.2" if BR2_GCC_VERSION_4_2_2
default "4.3" if BR2_GCC_VERSION_4_3
config BR2_TOOLCHAIN_SYSROOT
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Buildroot] svn commit: trunk/buildroot:target/devicetarget/device/ARMLTD targ etc...
2008-03-28 21:34 ` [Buildroot] svn commit: trunk/buildroot:target/devicetarget/device/ARMLTD " Ulf Samuelsson
@ 2008-03-28 22:11 ` Nigel Kukard
2008-03-28 22:23 ` [Buildroot] svn commit:trunk/buildroot:target/devicetarget/device/ARMLTD " Ulf Samuelsson
0 siblings, 1 reply; 12+ messages in thread
From: Nigel Kukard @ 2008-03-28 22:11 UTC (permalink / raw)
To: buildroot
On Fri, 2008-03-28 at 22:34 +0100, Ulf Samuelsson wrote:
> > Could you show me what I did wrong,
> > I'm busy committing the patches now for 4.2.2.
> >
> > Got no problem in reverting if you can show me where I messed up?
>
> gcc-4.2.2 has not been ported to the AVR32,
> so you have obviously not built a toolchain.
>
> Even the Atmel defconfigs for the AT91 should not be updated
> to gcc-4.2.1 before they have been tested on target H/W.
> Unless you have booted Linux, don't touch them.
>
> Others may object to updating compiler versions
> of their targets, without testing.
Reverted.
Let me respin my gcc patch and post it on the ML, and wait a few days
this time ;)
-N
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://busybox.net/lists/buildroot/attachments/20080328/262d5649/attachment.pgp
^ permalink raw reply [flat|nested] 12+ messages in thread
* [Buildroot] svn commit:trunk/buildroot:target/devicetarget/device/ARMLTD targ etc...
2008-03-28 22:11 ` Nigel Kukard
@ 2008-03-28 22:23 ` Ulf Samuelsson
0 siblings, 0 replies; 12+ messages in thread
From: Ulf Samuelsson @ 2008-03-28 22:23 UTC (permalink / raw)
To: buildroot
On Fri, 2008-03-28 at 22:34 +0100, Ulf Samuelsson wrote:
> > Could you show me what I did wrong,
> > I'm busy committing the patches now for 4.2.2.
> >
> > Got no problem in reverting if you can show me where I messed up?
>
> gcc-4.2.2 has not been ported to the AVR32,
> so you have obviously not built a toolchain.
>
> Even the Atmel defconfigs for the AT91 should not be updated
> to gcc-4.2.1 before they have been tested on target H/W.
> Unless you have booted Linux, don't touch them.
>
> Others may object to updating compiler versions
> of their targets, without testing.
Reverted.
Let me respin my gcc patch and post it on the ML, and wait a few days
this time ;)
-N
==> If someone wants to upgrade the compiler they can do
so manually without changing the defconfig in the svn.
No need to change the defconfigs until they have been tested.
If you want to have a defconfig for your own board with gcc-4.3.0,
add a new board under "target/device/<yourcompany>".
Best Regards
Ulf Samuelsson
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2008-03-28 22:23 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-28 21:03 [Buildroot] svn commit: trunk/buildroot: target/device target/device/ARMLTD targ etc nkukard at uclibc.org
2008-03-28 21:08 ` Peter Korsgaard
2008-03-28 21:18 ` Bernhard Fischer
2008-03-28 21:27 ` Peter Korsgaard
2008-03-28 21:31 ` Nigel Kukard
2008-03-28 21:42 ` Bernhard Fischer
2008-03-28 21:13 ` [Buildroot] svn commit: trunk/buildroot: target/devicetarget/device/ARMLTD " Ulf Samuelsson
2008-03-28 21:23 ` Nigel Kukard
2008-03-28 21:34 ` [Buildroot] svn commit: trunk/buildroot:target/devicetarget/device/ARMLTD " Ulf Samuelsson
2008-03-28 22:11 ` Nigel Kukard
2008-03-28 22:23 ` [Buildroot] svn commit:trunk/buildroot:target/devicetarget/device/ARMLTD " Ulf Samuelsson
-- strict thread matches above, loose matches on Subject: below --
2008-03-28 22:08 [Buildroot] svn commit: trunk/buildroot: target/device target/device/ARMLTD " nkukard at uclibc.org
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox