From patchwork Wed Oct 1 15:15:49 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Williams X-Patchwork-Id: 395576 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 579D41400F1 for ; Thu, 2 Oct 2014 01:16:05 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 894E29240C; Wed, 1 Oct 2014 15:16: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 iKTe9By5FqIG; Wed, 1 Oct 2014 15:16:03 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id E75B492331; Wed, 1 Oct 2014 15:16:02 +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 E0E871BFA7A for ; Wed, 1 Oct 2014 15:16:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id DAA8392330 for ; Wed, 1 Oct 2014 15:16: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 19Qf-CPHjG59 for ; Wed, 1 Oct 2014 15:16:01 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ig0-f178.google.com (mail-ig0-f178.google.com [209.85.213.178]) by whitealder.osuosl.org (Postfix) with ESMTPS id 3489292328 for ; Wed, 1 Oct 2014 15:16:01 +0000 (UTC) Received: by mail-ig0-f178.google.com with SMTP id l13so527865iga.11 for ; Wed, 01 Oct 2014 08:16:00 -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; bh=AZqEKEhtzcLEPn9+oeEXWRCtjlaOSOXfsgpP3xMWZJo=; b=mrX8krPoHAB9h7Kxn5mGTV7xJofusUP0iRQFfHNkJ47pf4pLwYooVjqSag0vDnHtj2 1itEoz//hMF9K+Wxz73qjTRroKPsmQ900kAstWqlMC2gM3vaPUI6lerIjuTneNFm+p9J 5YQikpWjjzf2egyBJ+dO13M1b9WljqZWMdrGNm5tLHarMQl/Gr+kV5LzV7JnAMqDChzc y14IblqQn437r4YIN30dtoN2crzR30xnaCDfv32SNq7q3/208m+r6SFkJln6k9C3yIxQ 5LNhULZRNueQ4kT55RcFGqx2eI4ZZWEskB8ddBQ21oCBmAKEyCZFT4z25+FJ5aaJCMXL VY6w== X-Gm-Message-State: ALoCoQmEM3ACYx22oyvwl94J0eNrHStqMpX+RTurlZ0x1dqo3GDITIG9abxgg8rcFGQIaiSvurT7 X-Received: by 10.42.7.73 with SMTP id d9mr23116190icd.83.1412176560512; Wed, 01 Oct 2014 08:16:00 -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 g7sm15876438igg.1.2014.10.01.08.15.58 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 01 Oct 2014 08:15:59 -0700 (PDT) From: Mike Williams To: buildroot@busybox.net Date: Wed, 1 Oct 2014 11:15:49 -0400 Message-Id: <1412176549-15127-1-git-send-email-mike@mikebwilliams.com> X-Mailer: git-send-email 1.9.1 Subject: [Buildroot] [PATCH] valgrind: allow building on more ARM systems 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 Reviewed-by: Thomas Petazzoni --- package/valgrind/Config.in | 7 ++++--- package/valgrind/valgrind.mk | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package/valgrind/Config.in b/package/valgrind/Config.in index fd5649b..253555b 100644 --- a/package/valgrind/Config.in +++ b/package/valgrind/Config.in @@ -1,8 +1,9 @@ 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_a7 || BR2_cortex_a8 || BR2_cortex_a9 || \ + BR2_cortex_a12 || BR2_cortex_a15 || BR2_powerpc || \ + BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el help Tool for debugging and profiling Linux programs. diff --git a/package/valgrind/valgrind.mk b/package/valgrind/valgrind.mk index 24d0290..8bea031 100644 --- a/package/valgrind/valgrind.mk +++ b/package/valgrind/valgrind.mk @@ -17,7 +17,7 @@ VALGRIND_AUTORECONF = YES # not. Therefore, we adjust the host tuple to specify we're on # ARMv7. The valgrind package is guaranteed, through Config.in, to # only be selected on Cortex A8 and Cortex A9 platforms. -ifeq ($(BR2_cortex_a8)$(BR2_cortex_a9),y) +ifeq ($(BR2_cortex_a5)$(BR2_cortex_a7)$(BR2_cortex_a8)$(BR2_cortex_a9)$(BR2_cortex_a12)$(BR2_cortex_a15),y) VALGRIND_CONF_OPT += \ --host=$(patsubst arm-%,armv7-%,$(GNU_TARGET_NAME)) endif