From patchwork Sat Dec 8 12:09:36 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carsten Schoenert X-Patchwork-Id: 204646 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id E2D642C01E5 for ; Sat, 8 Dec 2012 23:10:15 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1CE3E89833; Sat, 8 Dec 2012 12:10:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MJNp2WKDj-Te; Sat, 8 Dec 2012 12:10:00 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 4D04C8A04F; Sat, 8 Dec 2012 12:09:55 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id B3A938F74B for ; Sat, 8 Dec 2012 12:09:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 592C989754 for ; Sat, 8 Dec 2012 12:09:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pkRFH2cZUlaR for ; Sat, 8 Dec 2012 12:09:46 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-bk0-f43.google.com (mail-bk0-f43.google.com [209.85.214.43]) by whitealder.osuosl.org (Postfix) with ESMTPS id 5509889833 for ; Sat, 8 Dec 2012 12:09:46 +0000 (UTC) Received: by mail-bk0-f43.google.com with SMTP id jf20so646036bkc.16 for ; Sat, 08 Dec 2012 04:09:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=oryyTl3QcMV5f+lfbvSeQItBUAwsXiVOYjmxqBrEM3Q=; b=noxxWXFI8UKBkTE4tuDFaDlYDjo+gKM0MQM3XQMvrrJTrA6eEDjD8uxch5tGGYKLoc b5NLK7VH+VqR5G0eUPOZGE5QPJZllLI7azrRCKUFHuyOYgT56VOeq9oYDZnyd5ztH8ll HSUjHcItsLbkvq3iynJogzcvXMaxfznUQRLrDzXiK3bAem4yfddjyGRnXyElwykArKoN sAzoVebZnjqsefSI92sVit74ox+ZkHbXCQ7uDw2YV9JSCt/iw59oouZ46fU9sB9c2a9S Z9vBC7QZqg9nRcRmQw4iI/md6bCj1741/w9XCiovJNzlsVikfUlQXs45somzalgIFx2S V4XQ== Received: by 10.204.11.208 with SMTP id u16mr2865734bku.81.1354968585880; Sat, 08 Dec 2012 04:09:45 -0800 (PST) Received: from wheezy.fritz.box (p5B37B859.dip.t-dialin.net. [91.55.184.89]) by mx.google.com with ESMTPS id q22sm10882206bkv.16.2012.12.08.04.09.44 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 08 Dec 2012 04:09:45 -0800 (PST) From: Carsten Schoenert To: buildroot@busybox.net Date: Sat, 8 Dec 2012 13:09:36 +0100 Message-Id: <1354968576-14889-2-git-send-email-c.schoenert@t-online.de> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1354968576-14889-1-git-send-email-c.schoenert@t-online.de> References: <1354968576-14889-1-git-send-email-c.schoenert@t-online.de> Cc: Carsten Schoenert Subject: [Buildroot] [PATCH] package/crosstool-ng: bumpimg default GCC version to 4.6.3 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net From: Carsten Schoenert 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 --- 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