Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/1] default GCC version in crosstool-ng.config-[eg, g.uC]libc
@ 2012-12-05 19:41 Carsten Schoenert
  2012-12-05 19:41 ` [Buildroot] [PATCH] package/crosstool-ng: bumpimg default GCC version to 4.6.3 Carsten Schoenert
  0 siblings, 1 reply; 7+ messages in thread
From: Carsten Schoenert @ 2012-12-05 19:41 UTC (permalink / raw)
  To: buildroot

Hello,

after commiting previuos patch (b855154ee8683e87afa08c6cc50b716d22879922)
with the update for crosstool-ng to 1.17.0 Peter says there should be the 
GCC version in compliance with the default GCC by buildroot. This should 
be done with the folowing patch.

Note!
I have not tested this changes because I don't use any the ths configs.
So if someone can test this configs ...

Regards
Carsten

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH] package/crosstool-ng: bumpimg default GCC version to 4.6.3
  2012-12-05 19:41 [Buildroot] [PATCH 0/1] default GCC version in crosstool-ng.config-[eg, g.uC]libc Carsten Schoenert
@ 2012-12-05 19:41 ` Carsten Schoenert
  2012-12-05 20:49   ` Yann E. MORIN
  2012-12-05 22:40   ` Peter Korsgaard
  0 siblings, 2 replies; 7+ messages in thread
From: Carsten Schoenert @ 2012-12-05 19:41 UTC (permalink / raw)
  To: buildroot

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(-)

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
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH] package/crosstool-ng: bumpimg default GCC version to 4.6.3
  2012-12-05 19:41 ` [Buildroot] [PATCH] package/crosstool-ng: bumpimg default GCC version to 4.6.3 Carsten Schoenert
@ 2012-12-05 20:49   ` Yann E. MORIN
  2012-12-05 22:40   ` Peter Korsgaard
  1 sibling, 0 replies; 7+ messages in thread
From: Yann E. MORIN @ 2012-12-05 20:49 UTC (permalink / raw)
  To: buildroot

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.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH] package/crosstool-ng: bumpimg default GCC version to 4.6.3
  2012-12-05 19:41 ` [Buildroot] [PATCH] package/crosstool-ng: bumpimg default GCC version to 4.6.3 Carsten Schoenert
  2012-12-05 20:49   ` Yann E. MORIN
@ 2012-12-05 22:40   ` Peter Korsgaard
  2012-12-06  6:03     ` Carsten Schoenert
  1 sibling, 1 reply; 7+ messages in thread
From: Peter Korsgaard @ 2012-12-05 22:40 UTC (permalink / raw)
  To: buildroot

>>>>> "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)?

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH] package/crosstool-ng: bumpimg default GCC version to 4.6.3
  2012-12-05 22:40   ` Peter Korsgaard
@ 2012-12-06  6:03     ` Carsten Schoenert
  0 siblings, 0 replies; 7+ messages in thread
From: Carsten Schoenert @ 2012-12-06  6:03 UTC (permalink / raw)
  To: buildroot

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH] package/crosstool-ng: bumpimg default GCC version to 4.6.3
  2012-12-08 12:09 [Buildroot] [PATCH v2 0/1] " Carsten Schoenert
@ 2012-12-08 12:09 ` Carsten Schoenert
  2012-12-09 20:28   ` Peter Korsgaard
  0 siblings, 1 reply; 7+ messages in thread
From: Carsten Schoenert @ 2012-12-08 12:09 UTC (permalink / raw)
  To: buildroot

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>
---
Changes for v2:
    Fixed up the CT_CC_V_[VERSION]
    (disable CT_CC_V_4_4_6 and enable CT_CC_V_4_6_3)
    On this depends various other changes made by crosstool-ng itself.

 .../crosstool-ng.config-eglibc                     |   26 ++++++++++++++++----
 .../crosstool-ng.config-glibc                      |   26 ++++++++++++++++----
 .../crosstool-ng.config-uClibc                     |   26 ++++++++++++++++----
 3 files changed, 63 insertions(+), 15 deletions(-)

diff --git a/toolchain/toolchain-crosstool-ng/crosstool-ng.config-eglibc b/toolchain/toolchain-crosstool-ng/crosstool-ng.config-eglibc
index 1b523ec..11eb602 100644
--- a/toolchain/toolchain-crosstool-ng/crosstool-ng.config-eglibc
+++ b/toolchain/toolchain-crosstool-ng/crosstool-ng.config-eglibc
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # crosstool-NG 1.17.0 Configuration
-# Mon Dec  3 20:10:26 2012
+# Sat Dec  8 12:57:07 2012
 #
 CT_CONFIGURE_has_xz=y
 CT_CONFIGURE_has_svn=y
@@ -265,10 +265,10 @@ 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
+CT_CC_V_4_6_3=y
 # CT_CC_V_4_6_2 is not set
 # CT_CC_V_4_6_1 is not set
 # CT_CC_V_4_6_0 is not set
@@ -277,7 +277,7 @@ CT_CC_gcc=y
 # CT_CC_V_4_5_1 is not set
 # CT_CC_V_4_5_0 is not set
 # CT_CC_V_4_4_7 is not set
-CT_CC_V_4_4_6=y
+# CT_CC_V_4_4_6 is not set
 # CT_CC_V_4_4_5 is not set
 # CT_CC_V_4_4_4 is not set
 # CT_CC_V_4_4_3 is not set
@@ -294,12 +294,18 @@ CT_CC_V_4_4_6=y
 # CT_CC_V_4_2_2 is not set
 CT_CC_GCC_4_2_or_later=y
 CT_CC_GCC_4_3_or_later=y
-CT_CC_GCC_4_4=y
 CT_CC_GCC_4_4_or_later=y
+CT_CC_GCC_4_5_or_later=y
+CT_CC_GCC_4_6=y
+CT_CC_GCC_4_6_or_later=y
 CT_CC_GCC_HAS_GRAPHITE=y
+CT_CC_GCC_HAS_LTO=y
 CT_CC_GCC_HAS_PKGVERSION_BUGURL=y
+CT_CC_GCC_HAS_BUILD_ID=y
 CT_CC_GCC_USE_GMP_MPFR=y
 CT_CC_GCC_USE_PPL_CLOOG=y
+CT_CC_GCC_USE_MPC=y
+CT_CC_GCC_HAS_LIBQUADMATH=y
 # CT_CC_LANG_FORTRAN is not set
 CT_CC_SUPPORT_CXX=y
 CT_CC_SUPPORT_FORTRAN=y
@@ -326,6 +332,7 @@ CT_CC_STATIC_LIBSTDCXX=y
 # Optimisation features
 #
 CT_CC_GCC_USE_GRAPHITE=y
+CT_CC_GCC_USE_LTO=y
 
 #
 # Settings for libraries running on target
@@ -334,6 +341,7 @@ CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
 # CT_CC_GCC_LIBMUDFLAP is not set
 # CT_CC_GCC_LIBGOMP is not set
 # CT_CC_GCC_LIBSSP is not set
+# CT_CC_GCC_LIBQUADMATH is not set
 
 #
 # Misc. obscure options.
@@ -342,6 +350,7 @@ CT_CC_CXA_ATEXIT=y
 # CT_CC_GCC_DISABLE_PCH is not set
 CT_CC_GCC_SJLJ_EXCEPTIONS=m
 CT_CC_GCC_LDBL_128=m
+# CT_CC_GCC_BUILD_ID is not set
 
 #
 # C-library
@@ -445,11 +454,13 @@ CT_GMP_NEEDED=y
 CT_MPFR_NEEDED=y
 CT_PPL_NEEDED=y
 CT_CLOOG_NEEDED=y
+CT_MPC_NEEDED=y
 CT_COMPLIBS=y
 CT_GMP=y
 CT_MPFR=y
 CT_PPL=y
 CT_CLOOG=y
+CT_MPC=y
 # CT_GMP_V_5_0_2 is not set
 # CT_GMP_V_5_0_1 is not set
 CT_GMP_V_4_3_2=y
@@ -475,6 +486,11 @@ CT_CLOOG_V_0_15_9=y
 # CT_CLOOG_V_0_15_7 is not set
 # CT_CLOOG_V_0_15_6 is not set
 CT_CLOOG_VERSION="0.15.9"
+CT_MPC_V_0_9=y
+# CT_MPC_V_0_8_2 is not set
+# CT_MPC_V_0_8_1 is not set
+# CT_MPC_V_0_7 is not set
+CT_MPC_VERSION="0.9"
 
 #
 # Companion libraries common options
diff --git a/toolchain/toolchain-crosstool-ng/crosstool-ng.config-glibc b/toolchain/toolchain-crosstool-ng/crosstool-ng.config-glibc
index 026c7fd..c30a115 100644
--- a/toolchain/toolchain-crosstool-ng/crosstool-ng.config-glibc
+++ b/toolchain/toolchain-crosstool-ng/crosstool-ng.config-glibc
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # crosstool-NG 1.17.0 Configuration
-# Mon Dec  3 20:16:52 2012
+# Sat Dec  8 12:56:02 2012
 #
 CT_CONFIGURE_has_xz=y
 CT_CONFIGURE_has_svn=y
@@ -265,10 +265,10 @@ 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
+CT_CC_V_4_6_3=y
 # CT_CC_V_4_6_2 is not set
 # CT_CC_V_4_6_1 is not set
 # CT_CC_V_4_6_0 is not set
@@ -277,7 +277,7 @@ CT_CC_gcc=y
 # CT_CC_V_4_5_1 is not set
 # CT_CC_V_4_5_0 is not set
 # CT_CC_V_4_4_7 is not set
-CT_CC_V_4_4_6=y
+# CT_CC_V_4_4_6 is not set
 # CT_CC_V_4_4_5 is not set
 # CT_CC_V_4_4_4 is not set
 # CT_CC_V_4_4_3 is not set
@@ -294,12 +294,18 @@ CT_CC_V_4_4_6=y
 # CT_CC_V_4_2_2 is not set
 CT_CC_GCC_4_2_or_later=y
 CT_CC_GCC_4_3_or_later=y
-CT_CC_GCC_4_4=y
 CT_CC_GCC_4_4_or_later=y
+CT_CC_GCC_4_5_or_later=y
+CT_CC_GCC_4_6=y
+CT_CC_GCC_4_6_or_later=y
 CT_CC_GCC_HAS_GRAPHITE=y
+CT_CC_GCC_HAS_LTO=y
 CT_CC_GCC_HAS_PKGVERSION_BUGURL=y
+CT_CC_GCC_HAS_BUILD_ID=y
 CT_CC_GCC_USE_GMP_MPFR=y
 CT_CC_GCC_USE_PPL_CLOOG=y
+CT_CC_GCC_USE_MPC=y
+CT_CC_GCC_HAS_LIBQUADMATH=y
 # CT_CC_LANG_FORTRAN is not set
 CT_CC_SUPPORT_CXX=y
 CT_CC_SUPPORT_FORTRAN=y
@@ -326,6 +332,7 @@ CT_CC_STATIC_LIBSTDCXX=y
 # Optimisation features
 #
 CT_CC_GCC_USE_GRAPHITE=y
+CT_CC_GCC_USE_LTO=y
 
 #
 # Settings for libraries running on target
@@ -334,6 +341,7 @@ CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
 # CT_CC_GCC_LIBMUDFLAP is not set
 # CT_CC_GCC_LIBGOMP is not set
 # CT_CC_GCC_LIBSSP is not set
+# CT_CC_GCC_LIBQUADMATH is not set
 
 #
 # Misc. obscure options.
@@ -342,6 +350,7 @@ CT_CC_CXA_ATEXIT=y
 # CT_CC_GCC_DISABLE_PCH is not set
 CT_CC_GCC_SJLJ_EXCEPTIONS=m
 CT_CC_GCC_LDBL_128=m
+# CT_CC_GCC_BUILD_ID is not set
 
 #
 # C-library
@@ -434,11 +443,13 @@ CT_GMP_NEEDED=y
 CT_MPFR_NEEDED=y
 CT_PPL_NEEDED=y
 CT_CLOOG_NEEDED=y
+CT_MPC_NEEDED=y
 CT_COMPLIBS=y
 CT_GMP=y
 CT_MPFR=y
 CT_PPL=y
 CT_CLOOG=y
+CT_MPC=y
 # CT_GMP_V_5_0_2 is not set
 # CT_GMP_V_5_0_1 is not set
 CT_GMP_V_4_3_2=y
@@ -464,6 +475,11 @@ CT_CLOOG_V_0_15_9=y
 # CT_CLOOG_V_0_15_7 is not set
 # CT_CLOOG_V_0_15_6 is not set
 CT_CLOOG_VERSION="0.15.9"
+CT_MPC_V_0_9=y
+# CT_MPC_V_0_8_2 is not set
+# CT_MPC_V_0_8_1 is not set
+# CT_MPC_V_0_7 is not set
+CT_MPC_VERSION="0.9"
 
 #
 # Companion libraries common options
diff --git a/toolchain/toolchain-crosstool-ng/crosstool-ng.config-uClibc b/toolchain/toolchain-crosstool-ng/crosstool-ng.config-uClibc
index 8ad481f..e93128b 100644
--- a/toolchain/toolchain-crosstool-ng/crosstool-ng.config-uClibc
+++ b/toolchain/toolchain-crosstool-ng/crosstool-ng.config-uClibc
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # crosstool-NG 1.17.0 Configuration
-# Mon Dec  3 20:17:58 2012
+# Sat Dec  8 12:50:22 2012
 #
 CT_CONFIGURE_has_xz=y
 CT_CONFIGURE_has_svn=y
@@ -264,10 +264,10 @@ 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
+CT_CC_V_4_6_3=y
 # CT_CC_V_4_6_2 is not set
 # CT_CC_V_4_6_1 is not set
 # CT_CC_V_4_6_0 is not set
@@ -276,7 +276,7 @@ CT_CC_gcc=y
 # CT_CC_V_4_5_1 is not set
 # CT_CC_V_4_5_0 is not set
 # CT_CC_V_4_4_7 is not set
-CT_CC_V_4_4_6=y
+# CT_CC_V_4_4_6 is not set
 # CT_CC_V_4_4_5 is not set
 # CT_CC_V_4_4_4 is not set
 # CT_CC_V_4_4_3 is not set
@@ -293,12 +293,18 @@ CT_CC_V_4_4_6=y
 # CT_CC_V_4_2_2 is not set
 CT_CC_GCC_4_2_or_later=y
 CT_CC_GCC_4_3_or_later=y
-CT_CC_GCC_4_4=y
 CT_CC_GCC_4_4_or_later=y
+CT_CC_GCC_4_5_or_later=y
+CT_CC_GCC_4_6=y
+CT_CC_GCC_4_6_or_later=y
 CT_CC_GCC_HAS_GRAPHITE=y
+CT_CC_GCC_HAS_LTO=y
 CT_CC_GCC_HAS_PKGVERSION_BUGURL=y
+CT_CC_GCC_HAS_BUILD_ID=y
 CT_CC_GCC_USE_GMP_MPFR=y
 CT_CC_GCC_USE_PPL_CLOOG=y
+CT_CC_GCC_USE_MPC=y
+CT_CC_GCC_HAS_LIBQUADMATH=y
 # CT_CC_LANG_FORTRAN is not set
 CT_CC_SUPPORT_CXX=y
 CT_CC_SUPPORT_FORTRAN=y
@@ -325,6 +331,7 @@ CT_CC_STATIC_LIBSTDCXX=y
 # Optimisation features
 #
 CT_CC_GCC_USE_GRAPHITE=y
+CT_CC_GCC_USE_LTO=y
 
 #
 # Settings for libraries running on target
@@ -333,6 +340,7 @@ CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
 # CT_CC_GCC_LIBMUDFLAP is not set
 # CT_CC_GCC_LIBGOMP is not set
 # CT_CC_GCC_LIBSSP is not set
+# CT_CC_GCC_LIBQUADMATH is not set
 
 #
 # Misc. obscure options.
@@ -341,6 +349,7 @@ CT_CC_CXA_ATEXIT=y
 # CT_CC_GCC_DISABLE_PCH is not set
 CT_CC_GCC_SJLJ_EXCEPTIONS=m
 CT_CC_GCC_LDBL_128=m
+# CT_CC_GCC_BUILD_ID is not set
 
 #
 # C-library
@@ -416,11 +425,13 @@ CT_GMP_NEEDED=y
 CT_MPFR_NEEDED=y
 CT_PPL_NEEDED=y
 CT_CLOOG_NEEDED=y
+CT_MPC_NEEDED=y
 CT_COMPLIBS=y
 CT_GMP=y
 CT_MPFR=y
 CT_PPL=y
 CT_CLOOG=y
+CT_MPC=y
 # CT_GMP_V_5_0_2 is not set
 # CT_GMP_V_5_0_1 is not set
 CT_GMP_V_4_3_2=y
@@ -446,6 +457,11 @@ CT_CLOOG_V_0_15_9=y
 # CT_CLOOG_V_0_15_7 is not set
 # CT_CLOOG_V_0_15_6 is not set
 CT_CLOOG_VERSION="0.15.9"
+CT_MPC_V_0_9=y
+# CT_MPC_V_0_8_2 is not set
+# CT_MPC_V_0_8_1 is not set
+# CT_MPC_V_0_7 is not set
+CT_MPC_VERSION="0.9"
 
 #
 # Companion libraries common options
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH] package/crosstool-ng: bumpimg default GCC version to 4.6.3
  2012-12-08 12:09 ` [Buildroot] [PATCH] " Carsten Schoenert
@ 2012-12-09 20:28   ` Peter Korsgaard
  0 siblings, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2012-12-09 20:28 UTC (permalink / raw)
  To: buildroot

>>>>> "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

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-12-09 20:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-05 19:41 [Buildroot] [PATCH 0/1] default GCC version in crosstool-ng.config-[eg, g.uC]libc Carsten Schoenert
2012-12-05 19:41 ` [Buildroot] [PATCH] package/crosstool-ng: bumpimg default GCC version to 4.6.3 Carsten Schoenert
2012-12-05 20:49   ` Yann E. MORIN
2012-12-05 22:40   ` Peter Korsgaard
2012-12-06  6:03     ` Carsten Schoenert
  -- strict thread matches above, loose matches on Subject: below --
2012-12-08 12:09 [Buildroot] [PATCH v2 0/1] " Carsten Schoenert
2012-12-08 12:09 ` [Buildroot] [PATCH] " Carsten Schoenert
2012-12-09 20:28   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox