bootlin / toolchains-builder

http://toolchains.free-electrons.com
89 stars 27 forks source link

build.sh: add missing RPC option handling #38

Closed RomainNaour closed 3 years ago

RomainNaour commented 3 years ago

Sun RPC has been removed since glibc 2.32, so the internal toolchain backend for glibc doesn't set BR2_TOOLCHAIN_HAS_NATIVE_RPC anymore.

In order to regenerate toolchain-external-bootlin package with or without BR2_TOOLCHAIN_HAS_NATIVE_RPC, add BR2_TOOLCHAIN_EXTERNAL_INET_RPC to the generated fragment when needed.

Signed-off-by: Romain Naour romain.naour@gmail.com