support/scripts/gen-bootlin-toolchains: do not assume RPC for glibc toolchains
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 29 Dec 2020 20:55:21 +0000 (21:55 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 29 Dec 2020 21:03:17 +0000 (22:03 +0100)
commit8cba5463deb263e1581895a58fef089e8ec02380
tree7757b5daa9ebc86bdb510fdbe0e0f21771e26da9
parent7da9b8644a4f7cdb94431349c089acc7f1c81550
support/scripts/gen-bootlin-toolchains: do not assume RPC for glibc toolchains

The logic in gen-bootlin-toolchains was assuming all glibc toolchains
have RPC support, which is no longer true since glibc 2.32 has dropped
RPC support.

It turns out that gen-bootlin-toolchains already had some proper logic
that selects BR2_TOOLCHAIN_HAS_NATIVE_RPC depending on the presence of
BR2_TOOLCHAIN_EXTERNAL_INET_RPC in the toolchain fragment. As such
toolchain fragments have been fixed in https://toolchains.bootlin.com,
we can now rely on this to properly decide if the toolchain has RPC
support or not.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
support/scripts/gen-bootlin-toolchains