From patchwork Tue Mar 24 12:15:05 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 453804 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 A6BCA1400F1 for ; Tue, 24 Mar 2015 23:17:30 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=B4BmUBFt; dkim-adsp=fail (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id CAB0F952ED; Tue, 24 Mar 2015 12:17:29 +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 CSy62xzMcxfu; Tue, 24 Mar 2015 12:17:28 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 4DB8A95161; Tue, 24 Mar 2015 12:17:28 +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 907721C21E0 for ; Tue, 24 Mar 2015 12:17:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8C04B919D1 for ; Tue, 24 Mar 2015 12:17:26 +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 low0cDJ58JkY for ; Tue, 24 Mar 2015 12:17:25 +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 0EBDD9175A for ; Tue, 24 Mar 2015 12:17:24 +0000 (UTC) Received: from asgard (cpe-181-46-99-160.telecentro-reversos.com.ar [181.46.99.160] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id t2OCHGSX028757 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 24 Mar 2015 12:17:19 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1427199441; bh=pyRriFUENP8fRlzwgMQUl2wdSpOZe3RglE5Mf7j+L6c=; h=From:To:Cc:Subject:Date; b=B4BmUBFtQNDb6OrrKQp64nFKgXiFBtVrsL4L3Iau4lSYlbkUfxEvBO3cqFZakFcFc qEIH0M2T6Z4whkk8uR0I9OAYo9ouiCovDPPpaxSJfrwi1aTgEN5JgFdRwqA+9ZfkS6 rn/g6ZHr65jlx5d4DTklk6/hyLTE2/MVnUYFUF30= Received: by asgard (sSMTP sendmail emulation); Tue, 24 Mar 2015 09:15:06 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Tue, 24 Mar 2015 09:15:05 -0300 Message-Id: <1427199306-24508-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.0.5 X-Virus-Scanned: clamav-milter 0.98.6 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH 1/2] gcc: mark 4.5.x as deprecated 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" It was kept for the internal blackfin toolchain which has been removed since because of lack of maintenance and testing. Signed-off-by: Gustavo Zacarias --- package/gcc/Config.in.host | 1 + 1 file changed, 1 insertion(+) diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host index 6d514af..cf96c73 100644 --- a/package/gcc/Config.in.host +++ b/package/gcc/Config.in.host @@ -16,6 +16,7 @@ choice config BR2_GCC_VERSION_4_5_X bool "gcc 4.5.x" + depends on BR2_DEPRECATED_SINCE_2015_05 # Broken or unsupported architectures depends on !BR2_microblaze && !BR2_aarch64 && !BR2_arc \ && !BR2_powerpc64le && !BR2_nios2