From patchwork Tue Sep 30 20:11:34 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Williams X-Patchwork-Id: 395114 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 93AAD140218 for ; Wed, 1 Oct 2014 06:37:03 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 1EFCD9504D; Tue, 30 Sep 2014 20:37:02 +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 wEKusYuW7D3K; Tue, 30 Sep 2014 20:37:00 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 341D195024; Tue, 30 Sep 2014 20:37:00 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id D0F601C25CB for ; Tue, 30 Sep 2014 20:36:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id CB85E336F8 for ; Tue, 30 Sep 2014 20:36:58 +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 TyWQxW3W85QW for ; Tue, 30 Sep 2014 20:36:58 +0000 (UTC) X-Greylist: delayed 00:19:39 by SQLgrey-1.7.6 Received: from mail-ie0-f176.google.com (mail-ie0-f176.google.com [209.85.223.176]) by silver.osuosl.org (Postfix) with ESMTPS id 3A3C832D14 for ; Tue, 30 Sep 2014 20:36:58 +0000 (UTC) Received: by mail-ie0-f176.google.com with SMTP id rp18so1722756iec.21 for ; Tue, 30 Sep 2014 13:36:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=fCGlPho2H88/kx22tGRH202EaOBI8WY4aGoiMTto9yI=; b=JkqICWqcPFZ4qF8YNXmcCsa7Nx8gPvfYyuL24QPbsd/DmM/JZXtx6UTULW2PxhVLz6 F4j/gcHKr0YsDFpW85qO1OV/YoVr9szXcMjid2L12FkjmThwMZUtZTWN1/HcUU+H0lhU iNwMvINZtmjLInpbfveU6O7/Lp9Y27ComM59AkkR6aPhthF6fNSp6fmrxbv53rL9IkAA jraa7DeiVu3eegmHomf9BMkuYT8Uss/2ePvWus4KeSBet+Zj8QOAepO0/stv1G9Y5E5M rOTObLh1HuuZHJ+2Gy9vfQMuEYqAZnk8hZdaN6en+hx/1mQfT6CRio5H3UZRhOTdOpjJ xlig== X-Gm-Message-State: ALoCoQlPputn6s83ZyZGSG52ROXx/q5SaJq10HwyLeUMUiZ0B83iSqmUHu66iNljtCpn0jtjEGEF X-Received: by 10.42.236.78 with SMTP id kj14mr32398043icb.7.1412107917855; Tue, 30 Sep 2014 13:11:57 -0700 (PDT) Received: from localhost.localdomain (cpe-174-101-154-4.cinci.res.rr.com. [174.101.154.4]) by mx.google.com with ESMTPSA id ik3sm11334148igb.2.2014.09.30.13.11.55 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 30 Sep 2014 13:11:56 -0700 (PDT) From: Mike Williams To: buildroot@uclibc.org Date: Tue, 30 Sep 2014 16:11:34 -0400 Message-Id: <1412107895-10015-2-git-send-email-mike@mikebwilliams.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1412107895-10015-1-git-send-email-mike@mikebwilliams.com> References: <1412107895-10015-1-git-send-email-mike@mikebwilliams.com> Subject: [Buildroot] [PATCH 1/2] valgrind: allow building on Cortex A5 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: Mike Williams Acked-by: Thomas Petazzoni . --- package/valgrind/Config.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/valgrind/Config.in b/package/valgrind/Config.in index fd5649b..49ff1b1 100644 --- a/package/valgrind/Config.in +++ b/package/valgrind/Config.in @@ -1,8 +1,8 @@ config BR2_PACKAGE_VALGRIND bool "valgrind" - depends on BR2_i386 || BR2_x86_64 || BR2_cortex_a8 || \ - BR2_cortex_a9 || BR2_powerpc || BR2_mips || \ - BR2_mipsel || BR2_mips64 || BR2_mips64el + depends on BR2_i386 || BR2_x86_64 || BR2_cortex_a5 || \ + BR2_cortex_a8 || BR2_cortex_a9 || BR2_powerpc || \ + BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el help Tool for debugging and profiling Linux programs.