From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 19/23] Introduce BR2_TOOLCHAIN_USES_{UCLIBC, GLIBC}
Date: Thu, 04 Jul 2013 09:10:24 +0200 [thread overview]
Message-ID: <87li5mn6lb.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1372620553-11416-20-git-send-email-thomas.petazzoni@free-electrons.com> (Thomas Petazzoni's message of "Sun, 30 Jun 2013 21:29:09 +0200")
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Thomas> Currently, when we need to do a conditional on the type of C library
Thomas> used, we need to take into account the three toolchain backends. As we
Thomas> are going to add eglibc support to the Buildroot toolchain backend, it
Thomas> would become even uglier, so this patch introduces two new hidden
Thomas> options: BR2_TOOLCHAIN_USES_UCLIBC and BR2_TOOLCHAIN_USES_GLIBC, that
Thomas> exist regardless of the toolchain backend. The entire Buildroot code
Thomas> base is converted to use those options.
Thomas> Note that we have intentionally created only one option
Thomas> (BR2_TOOLCHAIN_USES_GLIBC) for both glibc and eglibc, since they are
Thomas> essentially the same, as far as Buildroot is concerned.
Committed, thanks.
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2013-07-04 7:10 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-30 19:28 [Buildroot] [PATCH 00/23] Convert the internal toolchain backend to packages, add eglibc support Thomas Petazzoni
2013-06-30 19:28 ` [Buildroot] [PATCH 01/23] uClibc: KERNEL_SOURCE no longer exists Thomas Petazzoni
2013-07-03 6:59 ` Peter Korsgaard
2013-06-30 19:28 ` [Buildroot] [PATCH 02/23] busybox: don't use kernel headers directly Thomas Petazzoni
2013-07-03 7:00 ` Peter Korsgaard
2013-06-30 19:28 ` [Buildroot] [PATCH 03/23] package: allow to override the make install target for host packages Thomas Petazzoni
2013-07-03 7:00 ` Peter Korsgaard
2013-06-30 19:28 ` [Buildroot] [PATCH 04/23] toolchain/gcc: remove dead code related to host binary stripping Thomas Petazzoni
2013-07-03 7:00 ` Peter Korsgaard
2013-06-30 19:28 ` [Buildroot] [PATCH 05/23] toolchain: remove references to LIBFLOAT_TARGET Thomas Petazzoni
2013-07-03 7:00 ` Peter Korsgaard
2013-06-30 19:28 ` [Buildroot] [PATCH 06/23] toolchain/gcc: get rid of stale variable reference Thomas Petazzoni
2013-07-03 7:01 ` Peter Korsgaard
2013-06-30 19:28 ` [Buildroot] [PATCH 07/23] elf2flt: convert to the package infrastructure Thomas Petazzoni
2013-07-03 20:12 ` Peter Korsgaard
2013-06-30 19:28 ` [Buildroot] [PATCH 08/23] kernel-headers: migrate " Thomas Petazzoni
2013-07-03 20:46 ` Peter Korsgaard
2013-07-03 21:22 ` Thomas Petazzoni
2013-07-03 21:24 ` Thomas Petazzoni
2013-07-03 21:31 ` Peter Korsgaard
2013-06-30 19:28 ` [Buildroot] [PATCH 09/23] gcc: common definitions Thomas Petazzoni
2013-07-03 21:02 ` Peter Korsgaard
2013-06-30 19:29 ` [Buildroot] [PATCH 10/23] gcc-initial: new package Thomas Petazzoni
2013-07-03 21:38 ` Peter Korsgaard
2013-06-30 19:29 ` [Buildroot] [PATCH 11/23] gcc-intermediate: " Thomas Petazzoni
2013-07-03 21:38 ` Peter Korsgaard
2013-06-30 19:29 ` [Buildroot] [PATCH 12/23] gcc-final: " Thomas Petazzoni
2013-07-03 21:38 ` Peter Korsgaard
2013-06-30 19:29 ` [Buildroot] [PATCH 13/23] toolchain: switch to using gcc through package infrastructure Thomas Petazzoni
2013-07-03 21:39 ` Peter Korsgaard
2013-06-30 19:29 ` [Buildroot] [PATCH 14/23] gcc-initial, gcc-intermediate, gcc-final: optimize extraction Thomas Petazzoni
2013-07-03 21:40 ` Peter Korsgaard
2013-07-03 21:45 ` Thomas Petazzoni
2013-07-03 21:52 ` Peter Korsgaard
2013-06-30 19:29 ` [Buildroot] [PATCH 15/23] uclibc: convert to the package infrastructure Thomas Petazzoni
2013-07-03 21:48 ` Peter Korsgaard
2013-06-30 19:29 ` [Buildroot] [PATCH 16/23] Remove TOOLCHAIN_DIR Thomas Petazzoni
2013-07-04 7:07 ` Peter Korsgaard
2013-06-30 19:29 ` [Buildroot] [PATCH 17/23] Use more sensible names for the external/ctng targets Thomas Petazzoni
2013-07-04 7:07 ` Peter Korsgaard
2013-06-30 19:29 ` [Buildroot] [PATCH 18/23] Remove BR2_HAVE_DEVFILES Thomas Petazzoni
2013-07-04 7:08 ` Peter Korsgaard
2013-06-30 19:29 ` [Buildroot] [PATCH 19/23] Introduce BR2_TOOLCHAIN_USES_{UCLIBC, GLIBC} Thomas Petazzoni
2013-07-04 7:10 ` Peter Korsgaard [this message]
2013-06-30 19:29 ` [Buildroot] [PATCH 20/23] uclibc: move configuration options into the package Thomas Petazzoni
2013-07-04 9:09 ` Peter Korsgaard
2013-06-30 19:29 ` [Buildroot] [PATCH 21/23] eglibc: new package Thomas Petazzoni
2013-07-04 9:11 ` Peter Korsgaard
2013-06-30 19:29 ` [Buildroot] [PATCH 22/23] eglibc: enable support in the Buildroot toolchain backend Thomas Petazzoni
2013-07-04 9:11 ` Peter Korsgaard
2013-06-30 19:29 ` [Buildroot] [PATCH 23/23] docs/manual: update to mention eglibc support in " Thomas Petazzoni
2013-07-04 9:12 ` Peter Korsgaard
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=87li5mn6lb.fsf@dell.be.48ers.dk \
--to=jacmet@uclibc.org \
--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.