From patchwork Thu Jan 15 18:06:49 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 429551 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id B4BFE1401EB for ; Fri, 16 Jan 2015 05:07:08 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id DCF8732F33; Thu, 15 Jan 2015 18:07:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0hMPSo+R8Yu0; Thu, 15 Jan 2015 18:07:05 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 7F40D32E29; Thu, 15 Jan 2015 18:07:05 +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 34FDD1C142D for ; Thu, 15 Jan 2015 18:07:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2E78A8B275 for ; Thu, 15 Jan 2015 18:07:04 +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 M2XF+kxDdqu6 for ; Thu, 15 Jan 2015 18:07:03 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [62.210.192.172]) by whitealder.osuosl.org (Postfix) with ESMTPS id ABC948B25E for ; Thu, 15 Jan 2015 18:07:02 +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.14.9/8.14.9) with ESMTP id t0FI6tU6031786 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 15 Jan 2015 18:06:58 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1421345220; bh=xzWcmT+O+RNTtcby2va4YMpuar4xRE+0D0sta7n4L3w=; h=From:To:Cc:Subject:Date; b=SFDlJNP04HnWrz5fv0jePfOyvdysF4aK9+I003ewoB3EnHrUxHBcuQMq32ZN2+svq 6Hym0KtyIVFJo2nr0RW2Bynqlhj7vUO6Mputmtt9gc1QCZU1piF/02xDC3Y59jT+Le Gm7QEH+yWf57glc979AFsp5WAK4pTx54tu7SlSQg= Received: by asgard (sSMTP sendmail emulation); Thu, 15 Jan 2015 15:06:49 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 15 Jan 2015 15:06:49 -0300 Message-Id: <1421345209-25603-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.0.5 X-Virus-Scanned: clamav-milter 0.98.5 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH] gdb: bump to version 7.8.2 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" Signed-off-by: Gustavo Zacarias --- package/gdb/Config.in.host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host index e8402b7..7f9df3a 100644 --- a/package/gdb/Config.in.host +++ b/package/gdb/Config.in.host @@ -55,4 +55,4 @@ config BR2_GDB_VERSION default "arc-2014.08-gdb" if BR2_arc default "6be65fb56ea6694a9260733a536a023a1e2d4d57" if BR2_microblaze default "7.7.1" if BR2_GDB_VERSION_7_7 || !BR2_PACKAGE_HOST_GDB - default "7.8.1" if BR2_GDB_VERSION_7_8 + default "7.8.2" if BR2_GDB_VERSION_7_8