From patchwork Wed Mar 11 22:01:25 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Petazzoni X-Patchwork-Id: 449211 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 7F98914015A for ; Thu, 12 Mar 2015 09:01:45 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C4104920D3; Wed, 11 Mar 2015 22:01:44 +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 N1J8B9XsKiZn; Wed, 11 Mar 2015 22:01:41 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id E3BFB920C9; Wed, 11 Mar 2015 22:01:39 +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 EF9211CEEB0 for ; Wed, 11 Mar 2015 22:01:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E7AED920B9 for ; Wed, 11 Mar 2015 22:01:36 +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 735E-JbLHuYa for ; Wed, 11 Mar 2015 22:01:36 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.free-electrons.com (down.free-electrons.com [37.187.137.238]) by whitealder.osuosl.org (Postfix) with ESMTP id 788B492079 for ; Wed, 11 Mar 2015 22:01:36 +0000 (UTC) Received: by mail.free-electrons.com (Postfix, from userid 106) id 8A5205F1; Wed, 11 Mar 2015 23:01:42 +0100 (CET) Received: from localhost (AToulouse-657-1-1102-52.w86-201.abo.wanadoo.fr [86.201.120.52]) by mail.free-electrons.com (Postfix) with ESMTPSA id 55A2C3AF; Wed, 11 Mar 2015 23:01:42 +0100 (CET) From: Thomas Petazzoni To: buildroot@uclibc.org Date: Wed, 11 Mar 2015 23:01:25 +0100 Message-Id: <1426111288-20529-3-git-send-email-thomas.petazzoni@free-electrons.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1426111288-20529-1-git-send-email-thomas.petazzoni@free-electrons.com> References: <1426111288-20529-1-git-send-email-thomas.petazzoni@free-electrons.com> Cc: Thomas Petazzoni Subject: [Buildroot] [PATCHv2 2/5] uclibc: remove bogus comment about thread implementation selection 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" There is no need to warn the user about selecting an inappropriate thread implementation, since we make sure only supported combinations can be selected. Signed-off-by: Thomas Petazzoni --- package/uclibc/Config.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package/uclibc/Config.in b/package/uclibc/Config.in index 18e02c2..329e1f1 100644 --- a/package/uclibc/Config.in +++ b/package/uclibc/Config.in @@ -133,10 +133,7 @@ choice default BR2_PTHREADS if BR2_UCLIBC_VERSION_SUPPORTS_LINUXTHREADS help Use this option to select the thread library implementation - that should be used in your toolchain. Not all thread - variants work with all versions of uClibc, the "linuxthreads - (stable/old)" may be a working fallback if you need - threading at all. + that should be used in your toolchain. config BR2_PTHREADS_NONE bool "none"