From patchwork Thu Mar 31 19:00:09 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Petazzoni X-Patchwork-Id: 604258 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 3qbYkS29pjz9sC3 for ; Fri, 1 Apr 2016 06:00:48 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 25CD995876; Thu, 31 Mar 2016 19:00:46 +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 fP1UjSC3XKQ0; Thu, 31 Mar 2016 19:00:42 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id AF7EA95851; Thu, 31 Mar 2016 19:00:41 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 142BC1C1F40 for ; Thu, 31 Mar 2016 19:00:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 0F827A61BA for ; Thu, 31 Mar 2016 19:00:35 +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 BzjOORm49HU7 for ; Thu, 31 Mar 2016 19:00:34 +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 fraxinus.osuosl.org (Postfix) with ESMTP id 713B7A61B8 for ; Thu, 31 Mar 2016 19:00:34 +0000 (UTC) Received: by mail.free-electrons.com (Postfix, from userid 110) id 3BCCD1CC; Thu, 31 Mar 2016 21:00:33 +0200 (CEST) Received: from localhost (unknown [64.55.107.4]) by mail.free-electrons.com (Postfix) with ESMTPSA id 85BA51CC; Thu, 31 Mar 2016 21:00:32 +0200 (CEST) From: Thomas Petazzoni To: buildroot@uclibc.org Date: Thu, 31 Mar 2016 21:00:09 +0200 Message-Id: <1459450815-6494-5-git-send-email-thomas.petazzoni@free-electrons.com> X-Mailer: git-send-email 2.6.4 In-Reply-To: <1459450815-6494-1-git-send-email-thomas.petazzoni@free-electrons.com> References: <1459450815-6494-1-git-send-email-thomas.petazzoni@free-electrons.com> Cc: Thomas Petazzoni Subject: [Buildroot] [PATCH v3 04/10] toolchain-buildroot: update glibc comment for noMMU 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" glibc is not available for noMMU platforms, so it doesn't make sense to show the comment about glibc requiring dynamic libraries on noMMU platforms. Signed-off-by: Thomas Petazzoni --- toolchain/toolchain-buildroot/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/toolchain/toolchain-buildroot/Config.in b/toolchain/toolchain-buildroot/Config.in index cb4fc18..ea290eb 100644 --- a/toolchain/toolchain-buildroot/Config.in +++ b/toolchain/toolchain-buildroot/Config.in @@ -83,6 +83,7 @@ config BR2_TOOLCHAIN_BUILDROOT_GLIBC http://www.gnu.org/software/libc/ comment "(e)glibc only available with shared lib support" + depends on BR2_USE_MMU depends on BR2_STATIC_LIBS config BR2_TOOLCHAIN_BUILDROOT_MUSL