toolchain/toolchain-external/toolchain-external-bootlin: regenerate for riscv32 toolchain
authorRomain Naour <romain.naour@gmail.com>
Mon, 7 Dec 2020 20:48:19 +0000 (21:48 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 29 Dec 2020 21:03:17 +0000 (22:03 +0100)
The RISC-V 32-bit toolchain is using a recent glibc version that no
longer has RPC support. Thanks to the change in
gen-bootlin-toolchains, this is now properly detected.

Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/849510531

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
toolchain/toolchain-external/toolchain-external-bootlin/Config.in.options

index 3c94ae1535dd418cf96cea7c4c5159a92018294c..be9c20419331a0fcda32de529b9f7f8d296b2f35 100644 (file)
@@ -3331,7 +3331,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_RISCV32_ILP32D_GLIBC_BLEEDING_EDGE
        select BR2_TOOLCHAIN_HAS_THREADS
        select BR2_TOOLCHAIN_HAS_THREADS_NPTL
        select BR2_TOOLCHAIN_EXTERNAL_GLIBC
-       select BR2_TOOLCHAIN_HAS_NATIVE_RPC
        help
          Bootlin toolchain for the riscv32-ilp32d architecture,
          using the glibc C library. This is a bleeding-edge version,