All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3 04/10] toolchain-buildroot: update glibc comment for noMMU
Date: Thu, 31 Mar 2016 21:00:09 +0200	[thread overview]
Message-ID: <1459450815-6494-5-git-send-email-thomas.petazzoni@free-electrons.com> (raw)
In-Reply-To: <1459450815-6494-1-git-send-email-thomas.petazzoni@free-electrons.com>

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 <thomas.petazzoni@free-electrons.com>
---
 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
-- 
2.6.4

  parent reply	other threads:[~2016-03-31 19:00 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-31 19:00 [Buildroot] [PATCH v3 00/10] ARM Cortex-M support and STM32 defconfigs Thomas Petazzoni
2016-03-31 19:00 ` [Buildroot] [PATCH v3 01/10] uclibc: use upstreamed patch for ARM Thumb simplification Thomas Petazzoni
2016-04-08  8:20   ` Peter Korsgaard
2016-03-31 19:00 ` [Buildroot] [PATCH v3 02/10] uclibc: context functions are not Thumb-compatible Thomas Petazzoni
2016-04-08  8:24   ` Peter Korsgaard
2016-03-31 19:00 ` [Buildroot] [PATCH v3 03/10] musl: build broken on Thumb, use ARM mode Thomas Petazzoni
2016-04-08 10:09   ` Peter Korsgaard
2016-03-31 19:00 ` Thomas Petazzoni [this message]
2016-04-08 10:09   ` [Buildroot] [PATCH v3 04/10] toolchain-buildroot: update glibc comment for noMMU Peter Korsgaard
2016-03-31 19:00 ` [Buildroot] [PATCH v3 05/10] toolchain-buildroot: don't show musl on noMMU platforms Thomas Petazzoni
2016-04-08 10:10   ` Peter Korsgaard
2016-03-31 19:00 ` [Buildroot] [PATCH v3 06/10] package/Makefile.in: adjust LDFLAGS for elf2flt Thomas Petazzoni
2016-04-08 12:28   ` Peter Korsgaard
2016-03-31 19:00 ` [Buildroot] [PATCH v3 07/10] elf2flt: use new upstream site and add ARM patch Thomas Petazzoni
2016-04-01 15:08   ` Waldemar Brodkorb
2016-03-31 19:00 ` [Buildroot] [PATCH v3 08/10] afboot-stm32: use the Buildroot toolchain Thomas Petazzoni
2016-03-31 19:00 ` [Buildroot] [PATCH v3 09/10] configs/stm32f429_disco: new configuration for STM32F429 Discovery board Thomas Petazzoni
2016-03-31 19:00 ` [Buildroot] [PATCH v3 10/10] configs/stm32f469_disco: new configuration for STM32F469 " Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1459450815-6494-5-git-send-email-thomas.petazzoni@free-electrons.com \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.