toolchain/toolchain-buildroot: enable uclibc for riscv64
authorMark Corbin <mark@dibsco.co.uk>
Sun, 10 May 2020 15:43:45 +0000 (16:43 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 27 Jul 2020 16:00:17 +0000 (18:00 +0200)
commitbd9810e176273914eca1208bcba23f0de9e446b3
tree7da0cb8e8e85817d9242ede24418b9577bcebe1d
parent8084b809ece3ed48014316ce6881914a6749632f
toolchain/toolchain-buildroot: enable uclibc for riscv64

We can enable uclibc for RISC-V 64 bit now that it has been
bumped from v1.0.32 to v1.0.34.

Uclibc has had basic support for RISC-V 64 bit since v1.0.31, but
shared library and TLS/NPTL support has only been available since
v1.0.33.

This update has been tested using qemu_riscv64_virt_defconfig and
the Buildroot host QEMU.

Signed-off-by: Mark Corbin <mark@dibsco.co.uk>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/uclibc/Config.in
toolchain/toolchain-buildroot/Config.in