From patchwork Sun Oct 5 18:31:21 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Hadjinlian X-Patchwork-Id: 396694 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 9EB8514003E for ; Mon, 6 Oct 2014 05:33:51 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 06F71A13DF; Sun, 5 Oct 2014 18:33:51 +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 5MZVDjUmTJSh; Sun, 5 Oct 2014 18:33:46 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id C547AA1E00; Sun, 5 Oct 2014 18:33:46 +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 568CB1C27CD for ; Sun, 5 Oct 2014 18:33:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 4FA9930BD3 for ; Sun, 5 Oct 2014 18:33:45 +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 tHZDYVs4LRqj for ; Sun, 5 Oct 2014 18:33:43 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) by silver.osuosl.org (Postfix) with ESMTPS id F0D5A2F4E7 for ; Sun, 5 Oct 2014 18:33:42 +0000 (UTC) Received: by mail-wg0-f43.google.com with SMTP id m15so4909577wgh.26 for ; Sun, 05 Oct 2014 11:33:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=9z0RGZPKPZl9K2Z1GTq1U8vpE3ceUFFe8R3oSGguOWA=; b=fgw3LMnwwxvJrSlgMDa/5yL8S16KyYcqizLTUpRo/R2MAm5BocQ0/gs8EM+am+Ya9I reO82fvHaambm/Im0gcCjuXce+5A6jAHs7tQMsRYOqYIxDyI3GcZ2Cpi8vnqp3YPnndG RzAgjuArh4/F58rkxlc7WtL+/gMDdcDKE4kbzNyGaSFrp43epoZAp5hdSz3ea+sardsi IgoDPJAKoLrcQep/6mbKzW+T9/hgpNB6wTSl/ThYm5CvuCX85Zu2MqCtjvLdnt36WNba V3TKdltkOeh6GHzVxusgEBLzBIDmXZi3TU/tAnE3E3IW4nwxRN4bssgkLbRc7DYcsnXR oHkg== X-Received: by 10.194.220.7 with SMTP id ps7mr24460841wjc.28.1412534021352; Sun, 05 Oct 2014 11:33:41 -0700 (PDT) Received: from localhost.localdomain (13-105-190-109.dsl.ovh.fr. [109.190.105.13]) by mx.google.com with ESMTPSA id w10sm14727396wje.10.2014.10.05.11.33.40 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 05 Oct 2014 11:33:40 -0700 (PDT) From: Maxime Hadjinlian To: buildroot@buildroot.org Date: Sun, 5 Oct 2014 20:31:21 +0200 Message-Id: <1412533881-14025-1-git-send-email-maxime.hadjinlian@gmail.com> X-Mailer: git-send-email 2.1.1 Subject: [Buildroot] [PATCH v2] libbsd: Add missing arch 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" Match the list of architecture to the comments above. Signed-off-by: Maxime Hadjinlian --- v1 -> v2: - Remove m68k as it is currently marked broken in BR --- package/libbsd/Config.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/libbsd/Config.in b/package/libbsd/Config.in index e22226a..b1ca6d1 100644 --- a/package/libbsd/Config.in +++ b/package/libbsd/Config.in @@ -1,8 +1,8 @@ config BR2_PACKAGE_LIBBSD bool "libbsd" # libbsd requires a.out.h, which is only available for those - # architectures: arm, m68k, x86 (and alpha, but we don't care.) - depends on ( BR2_i386 || BR2_x86_64 ) + # architectures: arm, x86 (and alpha, but we don't care.) + depends on ( BR2_i386 || BR2_x86_64 || BR2_arm) depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_TOOLCHAIN_USES_GLIBC help @@ -15,5 +15,5 @@ config BR2_PACKAGE_LIBBSD http://libbsd.freedesktop.org/ comment "libbsd needs an (e)glibc toolchain w/ threads" - depends on ( BR2_i386 || BR2_x86_64 ) + depends on ( BR2_i386 || BR2_x86_64 || BR2_arm) depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_USES_GLIBC