From patchwork Mon Aug 19 22:35:33 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 268317 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 44C6B2C00CD for ; Tue, 20 Aug 2013 08:35:49 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CA8B18ED41; Mon, 19 Aug 2013 22:35:47 +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 7e1+Xaj6Y2dn; Mon, 19 Aug 2013 22:35:46 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 73EED8EA3C; Mon, 19 Aug 2013 22:35:46 +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 20E5F1C4584 for ; Mon, 19 Aug 2013 22:36:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 4AF678E869 for ; Mon, 19 Aug 2013 22:35:45 +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 LO9M3Xf2alQW for ; Mon, 19 Aug 2013 22:35:44 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 54B348E3EE for ; Mon, 19 Aug 2013 22:35:44 +0000 (UTC) Received: by mail-wi0-f171.google.com with SMTP id hr7so3667152wib.16 for ; Mon, 19 Aug 2013 15:35:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id; bh=HIYdreirKw9BulULZ78/UATwvPlaa8k2wlwMu4i9t98=; b=oOvE7gNlCfPH67nagWm2TDP6CTR6mUv/fcihohWGS9me4fSfs/dzNNktoaIB9dcnkA OjlfOUPGAgP0okZNz1jHvahitzWEvg0fY2INrmWjSelohwINjbWnfI90D020YqCDCbUY MITczCE0zZWH9pZ2fQ3IPqOymFUlTMPgig7Ax55kaRt4d7X7VcPY3XJGK6Z5mH+Qy/yx n2+BJoRP7reYCeh/8sZgZBSvxyqcwgXZIKlYL0RPpjVq2ROHOKEzCBxJYwZyqaBFvN8A TdAvBfAcWDJBr4fqFlg/uaFUw80dJGrB+j8OiusZNROhDnUeVYLhKfLiJXRIvI9cTWid IYOg== X-Received: by 10.194.219.38 with SMTP id pl6mr229646wjc.47.1376951742428; Mon, 19 Aug 2013 15:35:42 -0700 (PDT) Received: from gourin.bzh.lan (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id jf9sm20434226wic.5.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 19 Aug 2013 15:35:41 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@busybox.net Date: Tue, 20 Aug 2013 00:35:33 +0200 Message-Id: <1376951733-31803-1-git-send-email-yann.morin.1998@free.fr> X-Mailer: git-send-email 1.8.1.2 Cc: Thomas Petazzoni , "Yann E. MORIN" Subject: [Buildroot] [PATCH] package/libbsd: further reduce the set of supported archs 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 From: "Yann E. MORIN" Support for a,out on ARM will be dropped in Linux 3.11 (and is already missing in the -rc). m68k is marked BROKEN in Buildroot, so it is never ever tested. The x86 familly is the only one left with support for a.out, now. Reported-by: Thomas Petazzoni Signed-off-by: "Yann E. MORIN" Cc: Thomas Petazzoni --- package/libbsd/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/libbsd/Config.in b/package/libbsd/Config.in index 1fa9497..bae5700 100644 --- a/package/libbsd/Config.in +++ b/package/libbsd/Config.in @@ -2,7 +2,7 @@ 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_arm || BR2_armeb || BR2_m68k || BR2_i386 || BR2_x86_64 ) + depends on ( BR2_i386 || BR2_x86_64 ) depends on BR2_TOOLCHAIN_HAS_THREADS help This library provides useful functions commonly found on BSD @@ -14,5 +14,5 @@ config BR2_PACKAGE_LIBBSD http://libbsd.freedesktop.org/ comment "libbsd requires a toolchain with thread support" - depends on ( BR2_arm || BR2_armeb || BR2_m68k || BR2_i386 || BR2_x86_64 ) + depends on ( BR2_i386 || BR2_x86_64 ) depends on !BR2_TOOLCHAIN_HAS_THREADS