toolchain/buildroot: glibc does not always have native RPC
authorYann E. MORIN <yann.morin.1998@free.fr>
Tue, 29 Dec 2020 21:10:30 +0000 (22:10 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 29 Dec 2020 21:13:11 +0000 (22:13 +0100)
commit05425a58df8088b9182ef636ac6354a47d9578e5
treeea9d7c8f12573eb95d57295e4507e26a2d6b1aa8
parente74cdd07a33785ca2c16b3ec394d41ceaf1f1aeb
toolchain/buildroot: glibc does not always have native RPC

Starting with glibc-2.32, the RPC code has been removed from
glibc [0], and it is not possible anymore to enable it, even
with the --enable-obsolete-rpc configure option (which was
also removed).

riscv32 and arc both use a glibc 2.32+ so do not forcefully
enable native RPC for them.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
toolchain/toolchain-buildroot/Config.in