From patchwork Fri Apr 27 00:25:03 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 155346 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 9B283B6FAF for ; Fri, 27 Apr 2012 10:26:06 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 40A5F10BC59; Fri, 27 Apr 2012 00:26:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JPI4fFSuS1hn; Fri, 27 Apr 2012 00:26:03 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 9B2A310BC5C; Fri, 27 Apr 2012 00:26:03 +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 BDAB68F753 for ; Fri, 27 Apr 2012 00:25:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 94B0A90D93 for ; Fri, 27 Apr 2012 00:25:14 +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 zs7o-6wr2l+Y for ; Fri, 27 Apr 2012 00:25:11 +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 E1714902F5 for ; Fri, 27 Apr 2012 00:25:10 +0000 (UTC) Received: from asgard (host162.201-253-249.telecom.net.ar [201.253.249.162]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.4/8.14.4) with ESMTP id q3R0P4L9031645 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 26 Apr 2012 21:25:06 -0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1335486308; bh=85F3mWMaflt9tV6cVooDS5klvkm2vHKWXEw4r5Cxcy0=; h=From:To:Cc:Subject:Date:Message-Id; b=db7Bae0CT3lb14MFU072plpnSYHjEhvuzu1cuTVxcsL7NMtk5ZbG0DNxexodudWn1 hOA73p7jW2qAKz2fTaStYhW86yz2n5qAYivcmPCByv4AVXUNsUS3j02GSItzP32Vd8 GjyMw6sxhujHlr+VctxIMXlGf56xBma2tCEmSJC4= Received: by asgard (sSMTP sendmail emulation); Thu, 26 Apr 2012 21:25:03 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 26 Apr 2012 21:25:03 -0300 Message-Id: <1335486303-4475-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] gdb: bump 7.4.x series to 7.4.1 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 Signed-off-by: Gustavo Zacarias --- toolchain/gdb/Config.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in index 980666b..c9c54b8 100644 --- a/toolchain/gdb/Config.in +++ b/toolchain/gdb/Config.in @@ -103,4 +103,4 @@ config BR2_GDB_VERSION default "7.1a" if BR2_GDB_VERSION_7_1 default "7.2a" if BR2_GDB_VERSION_7_2 default "7.3.1" if BR2_GDB_VERSION_7_3 - default "7.4" if BR2_GDB_VERSION_7_4 + default "7.4.1" if BR2_GDB_VERSION_7_4