From patchwork Thu Sep 8 01:17:27 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 667215 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3sV2Wv24M5z9s5g for ; Thu, 8 Sep 2016 11:18:03 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=UOxb7mIN; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id BC95F8CE17; Thu, 8 Sep 2016 01:18:01 +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 Pwhl4fTtFLdL; Thu, 8 Sep 2016 01:18:00 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id A9EAB8CE19; Thu, 8 Sep 2016 01:17:59 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id ADAB21C2BF9 for ; Thu, 8 Sep 2016 01:17:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 9C4E18CE1A for ; Thu, 8 Sep 2016 01:17:58 +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 BlC9kTPjHT6X for ; Thu, 8 Sep 2016 01:17:54 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 4ADF48CDBA for ; Thu, 8 Sep 2016 01:17:54 +0000 (UTC) Received: from asgard (cpe-190-55-196-87.telecentro-reversos.com.ar [190.55.196.87] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.2/8.15.2) with ESMTPSA id u881HlwZ019965 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 8 Sep 2016 01:17:50 GMT DMARC-Filter: OpenDMARC Filter v1.3.1 www.zacarias.com.ar u881HlwZ019965 Authentication-Results: zacarias.com.ar; dmarc=fail header.from=zacarias.com.ar Authentication-Results: zacarias.com.ar; spf=pass smtp.mailfrom=gustavo@zacarias.com.ar DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1473297472; bh=G/9Um0+tbUeUYlk5ieQmNIeuPl3LM4AQAUto7U3S0es=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=UOxb7mIN23mYkJwGk7DcoA0RuWj4a2DP+GthOIP2XWAPLAMWol/5gxHZDPT9VMU0W k5bIJPA8DSdsabQ23XSuFbD8IptWPMzWvlIub2wfeXeIP82povrX7hsHE5MmXgdgMK Ilpnqo4t6R4x7GEqrKWjfqZxhjGYCQx3Naj5HTmk= Received: by asgard (sSMTP sendmail emulation); Wed, 07 Sep 2016 22:17:46 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Wed, 7 Sep 2016 22:17:27 -0300 Message-Id: <1473297447-8804-4-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.7.3 In-Reply-To: <1473297447-8804-1-git-send-email-gustavo@zacarias.com.ar> References: <1473297447-8804-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.99 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH 4/4] binutils: deprecate 2.24.x X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" Now that 2.26.x is stable and there's 2.25.x to fallback for whatever reason it makes no sense to keep two versions back from default. Signed-off-by: Gustavo Zacarias --- package/binutils/Config.in.host | 1 + 1 file changed, 1 insertion(+) diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host index 2333a6e..6e3f824 100644 --- a/package/binutils/Config.in.host +++ b/package/binutils/Config.in.host @@ -8,6 +8,7 @@ choice Select the version of binutils you wish to use. config BR2_BINUTILS_VERSION_2_24_X + depends on BR2_DEPRECATED_SINCE_2016_11 # supported, but broken on Nios-II, Blackfin and powerpc64le depends on !BR2_nios2 && !BR2_powerpc64le && !BR2_bfin # Unsupported for MIPS R6