buildrootschalter/package/elfutils
Thomas Petazzoni 381616e77a Introduce BR2_TOOLCHAIN_USES_{UCLIBC, GLIBC}
Currently, when we need to do a conditional on the type of C library
used, we need to take into account the three toolchain backends. As we
are going to add eglibc support to the Buildroot toolchain backend, it
would become even uglier, so this patch introduces two new hidden
options: BR2_TOOLCHAIN_USES_UCLIBC and BR2_TOOLCHAIN_USES_GLIBC, that
exist regardless of the toolchain backend. The entire Buildroot code
base is converted to use those options.

Note that we have intentionally created only one option
(BR2_TOOLCHAIN_USES_GLIBC) for both glibc and eglibc, since they are
essentially the same, as far as Buildroot is concerned.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-07-04 09:08:42 +02:00
..
Config.in Introduce BR2_TOOLCHAIN_USES_{UCLIBC, GLIBC} 2013-07-04 09:08:42 +02:00
elfutils-01-disable-progs.patch elfutils: make it possible to only install the libraries 2013-01-07 21:37:52 +01:00
elfutils-02-argp-support.patch elfutils: towards uClibc support: argp-standalone usage 2013-01-07 21:43:01 +01:00
elfutils-03-memcpy-def.patch elfutils: towards uClibc support: solve memcpy problem 2013-01-07 21:43:06 +01:00
elfutils-04-fts.patch elfutils: towards uClibc support: FTS functions 2013-01-07 21:45:03 +01:00
elfutils-05-disable-po.patch elfutils: towards uClibc support: disable po build 2013-01-07 21:46:16 +01:00
elfutils.mk Introduce BR2_TOOLCHAIN_USES_{UCLIBC, GLIBC} 2013-07-04 09:08:42 +02:00