diff mbox

package/crosstool-ng: bumpimg default GCC version to 4.6.3

Message ID 1354736519-18173-2-git-send-email-c.schoenert@t-online.de
State Superseded
Headers show

Commit Message

Carsten Schoenert Dec. 5, 2012, 7:41 p.m. UTC
From: Carsten Schoenert <c.schoenert@t-online.de>

This bumps the GCC version from 4.4.6 to 4.6.3 to for
*.config-eglibc
*.config-glibc
*.config-uClibc
be equal to the default GCC setting in buildroot as well in addition to
commit b855154ee8683e87afa08c6cc50b716d22879922.

Signed-off-by: Carsten Schoenert <c.schoenert@t-online.de>
---
 toolchain/toolchain-crosstool-ng/crosstool-ng.config-eglibc |    2 +-
 toolchain/toolchain-crosstool-ng/crosstool-ng.config-glibc  |    2 +-
 toolchain/toolchain-crosstool-ng/crosstool-ng.config-uClibc |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Comments

Yann E. MORIN Dec. 5, 2012, 8:49 p.m. UTC | #1
Carsten, All,

On Wednesday 05 December 2012 Carsten Schoenert wrote:
> From: Carsten Schoenert <c.schoenert@t-online.de>
> 
> This bumps the GCC version from 4.4.6 to 4.6.3 to for
> *.config-eglibc
> *.config-glibc
> *.config-uClibc
> be equal to the default GCC setting in buildroot as well in addition to
> commit b855154ee8683e87afa08c6cc50b716d22879922.
> 
> Signed-off-by: Carsten Schoenert <c.schoenert@t-online.de>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Sigh, Peter was too fast applying your previous patch, I had no time to
review it, so I had no chance to ack it too. Thanks for doing the update.

No, Peter, that's not a pledge for you to stop applying patches fast! ;-)

Regards,
Yann E. MORIN.
Peter Korsgaard Dec. 5, 2012, 10:40 p.m. UTC | #2
>>>>> "Carsten" == Carsten Schoenert <c.schoenert@gmail.com> writes:

 Carsten> From: Carsten Schoenert <c.schoenert@t-online.de>
 Carsten> This bumps the GCC version from 4.4.6 to 4.6.3 to for
 Carsten> *.config-eglibc
 Carsten> *.config-glibc
 Carsten> *.config-uClibc
 Carsten> be equal to the default GCC setting in buildroot as well in addition to
 Carsten> commit b855154ee8683e87afa08c6cc50b716d22879922.

 Carsten> Signed-off-by: Carsten Schoenert <c.schoenert@t-online.de>
 Carsten> ---
 Carsten>  toolchain/toolchain-crosstool-ng/crosstool-ng.config-eglibc |    2 +-
 Carsten>  toolchain/toolchain-crosstool-ng/crosstool-ng.config-glibc  |    2 +-
 Carsten>  toolchain/toolchain-crosstool-ng/crosstool-ng.config-uClibc |    2 +-
 Carsten>  3 files changed, 3 insertions(+), 3 deletions(-)

 Carsten> diff --git a/toolchain/toolchain-crosstool-ng/crosstool-ng.config-eglibc b/toolchain/toolchain-crosstool-ng/crosstool-ng.config-eglibc
 Carsten> index 1b523ec..9ad1c5b 100644
 Carsten> --- a/toolchain/toolchain-crosstool-ng/crosstool-ng.config-eglibc
 Carsten> +++ b/toolchain/toolchain-crosstool-ng/crosstool-ng.config-eglibc
 Carsten> @@ -265,7 +265,7 @@ CT_BINUTILS_EXTRA_CONFIG_ARRAY=""
 Carsten>  # C compiler
 Carsten>  #
 Carsten>  CT_CC="gcc"
 Carsten> -CT_CC_VERSION="4.4.6"
 Carsten> +CT_CC_VERSION="4.6.3"
 Carsten>  CT_CC_gcc=y
 Carsten>  # CT_CC_V_4_7_2 is not set
 Carsten>  # CT_CC_V_4_6_3 is not set

Hmm, don't you also need to set CT_CC_V_4_6_3=y (and unset
CT_CC_V_4_4_6)?
Carsten Schoenert Dec. 6, 2012, 6:03 a.m. UTC | #3
Hello Peter, hello Yann,

Am 05.12.2012 23:40, schrieb Peter Korsgaard:
> Hmm, don't you also need to set CT_CC_V_4_6_3=y (and unset
> CT_CC_V_4_4_6)?

of course you are right- :)
That's why i wrote I don't have tested it (yet). Hopefully later this
day i found some time to correct this. I will resend this patch.

Regards
Carsten
diff mbox

Patch

diff --git a/toolchain/toolchain-crosstool-ng/crosstool-ng.config-eglibc b/toolchain/toolchain-crosstool-ng/crosstool-ng.config-eglibc
index 1b523ec..9ad1c5b 100644
--- a/toolchain/toolchain-crosstool-ng/crosstool-ng.config-eglibc
+++ b/toolchain/toolchain-crosstool-ng/crosstool-ng.config-eglibc
@@ -265,7 +265,7 @@  CT_BINUTILS_EXTRA_CONFIG_ARRAY=""
 # C compiler
 #
 CT_CC="gcc"
-CT_CC_VERSION="4.4.6"
+CT_CC_VERSION="4.6.3"
 CT_CC_gcc=y
 # CT_CC_V_4_7_2 is not set
 # CT_CC_V_4_6_3 is not set
diff --git a/toolchain/toolchain-crosstool-ng/crosstool-ng.config-glibc b/toolchain/toolchain-crosstool-ng/crosstool-ng.config-glibc
index 026c7fd..f220287 100644
--- a/toolchain/toolchain-crosstool-ng/crosstool-ng.config-glibc
+++ b/toolchain/toolchain-crosstool-ng/crosstool-ng.config-glibc
@@ -265,7 +265,7 @@  CT_BINUTILS_EXTRA_CONFIG_ARRAY=""
 # C compiler
 #
 CT_CC="gcc"
-CT_CC_VERSION="4.4.6"
+CT_CC_VERSION="4.6.3"
 CT_CC_gcc=y
 # CT_CC_V_4_7_2 is not set
 # CT_CC_V_4_6_3 is not set
diff --git a/toolchain/toolchain-crosstool-ng/crosstool-ng.config-uClibc b/toolchain/toolchain-crosstool-ng/crosstool-ng.config-uClibc
index 8ad481f..cede4ad 100644
--- a/toolchain/toolchain-crosstool-ng/crosstool-ng.config-uClibc
+++ b/toolchain/toolchain-crosstool-ng/crosstool-ng.config-uClibc
@@ -264,7 +264,7 @@  CT_BINUTILS_EXTRA_CONFIG_ARRAY=""
 # C compiler
 #
 CT_CC="gcc"
-CT_CC_VERSION="4.4.6"
+CT_CC_VERSION="4.6.3"
 CT_CC_gcc=y
 # CT_CC_V_4_7_2 is not set
 # CT_CC_V_4_6_3 is not set