From patchwork Fri May 11 13:36:05 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 158518 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 7B057B7020 for ; Fri, 11 May 2012 23:36:16 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 68F5EA0288; Fri, 11 May 2012 13:36:15 +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 vrrPwI4Hz9YA; Fri, 11 May 2012 13:36:14 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 70D7BA0173; Fri, 11 May 2012 13:36:14 +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 242CF8F753 for ; Fri, 11 May 2012 13:36:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1B5FE8CAA1 for ; Fri, 11 May 2012 13:36: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 o1okAl0gxYtI for ; Fri, 11 May 2012 13:36:12 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [74.118.36.95]) by whitealder.osuosl.org (Postfix) with ESMTPS id 5CBDB8CA90 for ; Fri, 11 May 2012 13:36:12 +0000 (UTC) Received: from asgard (host105.190-136-216.telecom.net.ar [190.136.216.105]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.4/8.14.4) with ESMTP id q4BDa7gg027236 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 11 May 2012 10:36:09 -0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1336743371; bh=0i+MuWZkUQMDx/IFNAYUZ2zSeF3109j4k1KyGrEIHYg=; h=From:To:Cc:Subject:Date:Message-Id; b=ZypRVDpriM2mzjEMK4ml1De8Nq0KLb3+n39OrsF22DCzvhvdlyC3f+ZW4AxOzK9ft UsG/HmPefJDJ0Ua5SbsBsN+KDndkG9irPFznBqpR2EhxuMdAx5z6No6/OhvmbLP2vu iF/dbQ5FFQa78UXvA1HCUM/D/wMZ65qXoteRCXMQ= Received: by asgard (sSMTP sendmail emulation); Fri, 11 May 2012 10:36:06 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 11 May 2012 10:36:05 -0300 Message-Id: <1336743366-20014-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.3.4 X-Virus-Scanned: clamav-milter 0.97.3 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 1/2] toolchain/gcc: bump snapshot version 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 Bump default snapshot gcc version to 4.8-20120429 so that it is newer than our latest supported version (4.7.0 release). Signed-off-by: Gustavo Zacarias --- toolchain/gcc/Config.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 4bff885..0c1243f 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -45,7 +45,7 @@ config BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE config BR2_GCC_SNAP_DATE string "GCC snapshot date" - default "4.7-20110430" + default "4.8-20120429" depends on BR2_GCC_VERSION_SNAP help Enter snapshot date to use for gcc.