From patchwork Thu Dec 20 22:16:14 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 207716 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 1767E2C0087 for ; Fri, 21 Dec 2012 09:16:28 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 09D20A00C1; Thu, 20 Dec 2012 22:16:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sFyCn43JELVu; Thu, 20 Dec 2012 22:16:24 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 42D47A0021; Thu, 20 Dec 2012 22:16:24 +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 BE1528F79C for ; Thu, 20 Dec 2012 22:16:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2ADCC896FF for ; Thu, 20 Dec 2012 22:16:22 +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 bELrXhycN99f for ; Thu, 20 Dec 2012 22:16:21 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by whitealder.osuosl.org (Postfix) with ESMTPS id 16C6186B89 for ; Thu, 20 Dec 2012 22:16:20 +0000 (UTC) Received: by mail-wi0-f182.google.com with SMTP id hn14so2331882wib.3 for ; Thu, 20 Dec 2012 14:16:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer; bh=YHVaO2pp/4Cu7EzR8FZOEfBpZWka0APbxZUWERjAaHc=; b=GYrjOMTRafLx/DYY3rNCNd6vPCiYcSf/2y8X5d3RGQVGFyssMxmSwxUwhmmINYpIpZ kKQEKEMpgbSlcnN2wTCwaC8guTcIjf72snivptWYBafC9veGdxwDDEAbj/OlUp5ugDky 1UYGA85LWEx5midb8VHSZNEv708IXd84XtMUVAgyneyt2rCujyUvZpJE8JFbLV+BtmYJ 8UGKPa4QdZ28Pyk41nMszaO+2zrJuo8EG7TUCdfajGBc4zGEOPaB5r3an7Th9/tLwzNc DJLuzZsjDTThidptjACHnx0kHXmfWgr4vOfXjhqs5T5Wl7wGs+y/uKcS/e7H7E/XKXsI 2Fqg== X-Received: by 10.180.84.131 with SMTP id z3mr12210469wiy.25.1356041779420; Thu, 20 Dec 2012 14:16:19 -0800 (PST) Received: from localhost.localdomain (ARennes-256-1-46-67.w90-32.abo.wanadoo.fr. [90.32.29.67]) by mx.google.com with ESMTPS id ew4sm15270947wid.11.2012.12.20.14.16.17 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 20 Dec 2012 14:16:18 -0800 (PST) From: "Yann E. MORIN" To: buildroot@busybox.net Date: Thu, 20 Dec 2012 23:16:14 +0100 Message-Id: <1356041774-10868-1-git-send-email-yann.morin.1998@free.fr> X-Mailer: git-send-email 1.7.2.5 Cc: Thomas Petazzoni , "Yann E. MORIN" Subject: [Buildroot] [PATCH] toolchain/crosstool-ng: update config fro glibc-based toolchains 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 Update the version of glibc to be used, since older versions are broken with the currently-used binutils versions. Fixes build issues ending with: tmpfs/ccvkz3ro.s:33: Error: CFI instruction used without previous .cfi_startproc This new version does not have RPC support, so update the Config.in. CC: Thomas Petazzoni Signed-off-by: "Yann E. MORIN" --- toolchain/toolchain-crosstool-ng/Config.in | 5 ++--- .../crosstool-ng.config-glibc | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/toolchain/toolchain-crosstool-ng/Config.in b/toolchain/toolchain-crosstool-ng/Config.in index 9cd5ca5..d80f547 100644 --- a/toolchain/toolchain-crosstool-ng/Config.in +++ b/toolchain/toolchain-crosstool-ng/Config.in @@ -24,9 +24,8 @@ config BR2_TOOLCHAIN_CTNG_glibc bool "glibc" select BR2_LARGEFILE select BR2_INET_IPV6 - # Our default ct-ng configuration uses glibc 2.9, which has - # native RPC support - select BR2_TOOLCHAIN_HAS_NATIVE_RPC + # Our default ct-ng configuration uses glibc 2.14.1, which + # does not have native RPC support select BR2_ENABLE_LOCALE select BR2_USE_WCHAR diff --git a/toolchain/toolchain-crosstool-ng/crosstool-ng.config-glibc b/toolchain/toolchain-crosstool-ng/crosstool-ng.config-glibc index ae0bc02..5b4bbba 100644 --- a/toolchain/toolchain-crosstool-ng/crosstool-ng.config-glibc +++ b/toolchain/toolchain-crosstool-ng/crosstool-ng.config-glibc @@ -356,13 +356,13 @@ CT_CC_GCC_LDBL_128=m # C-library # CT_LIBC="glibc" -CT_LIBC_VERSION="2.9" +CT_LIBC_VERSION="2.14.1" # CT_LIBC_eglibc is not set CT_LIBC_glibc=y # CT_LIBC_uClibc is not set CT_LIBC_eglibc_AVAILABLE=y CT_LIBC_glibc_AVAILABLE=y -# CT_LIBC_GLIBC_V_2_14_1 is not set +CT_LIBC_GLIBC_V_2_14_1 # CT_LIBC_GLIBC_V_2_14 is not set # CT_LIBC_GLIBC_V_2_13 is not set # CT_LIBC_GLIBC_V_2_12_2 is not set @@ -370,7 +370,7 @@ CT_LIBC_glibc_AVAILABLE=y # CT_LIBC_GLIBC_V_2_11_1 is not set # CT_LIBC_GLIBC_V_2_11 is not set # CT_LIBC_GLIBC_V_2_10_1 is not set -CT_LIBC_GLIBC_V_2_9=y +# CT_LIBC_GLIBC_V_2_9 is not set # CT_LIBC_GLIBC_V_2_8 is not set CT_LIBC_mingw_AVAILABLE=y CT_LIBC_newlib_AVAILABLE=y