glibc: add 2.19 as a supported version
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 10 Feb 2014 17:43:46 +0000 (18:43 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 13 Feb 2014 21:22:54 +0000 (22:22 +0100)
commit6762e427dbf0e17177211dfcf72034cdc70f663d
tree580b64472cdf6254ed77fc013b9f3c16f6bf7d4f
parent89673ec0df06b32dda86895f16f18064bc367ce2
glibc: add 2.19 as a supported version

glibc 2.19 has been released recently
(https://sourceware.org/ml/libc-alpha/2014-02/msg00224.html). This
commit allows to build a toolchain with this new version. In order to
allow this, we add a version selection that did not exist for
glibc. We default to 2.18, which was the only supported version until
now, and add an option for 2.19.

For microblaze, which uses a specific glibc version, the version
selection choice is not displayed.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/glibc/Config.in [new file with mode: 0644]
package/glibc/glibc.mk
toolchain/toolchain-buildroot/Config.in