|
@@ -263,8 +263,6 @@ class Toolchain:
|
|
# glibc doesn't support static only configuration
|
|
# glibc doesn't support static only configuration
|
|
depends.append("!BR2_STATIC_LIBS")
|
|
depends.append("!BR2_STATIC_LIBS")
|
|
selects.append("BR2_TOOLCHAIN_EXTERNAL_GLIBC")
|
|
selects.append("BR2_TOOLCHAIN_EXTERNAL_GLIBC")
|
|
- # all glibc toolchains have RPC support
|
|
|
|
- selects.append("BR2_TOOLCHAIN_HAS_NATIVE_RPC")
|
|
|
|
elif frag.startswith("BR2_TOOLCHAIN_EXTERNAL_CUSTOM_MUSL"):
|
|
elif frag.startswith("BR2_TOOLCHAIN_EXTERNAL_CUSTOM_MUSL"):
|
|
# musl needs mmu support
|
|
# musl needs mmu support
|
|
depends.append("BR2_USE_MMU")
|
|
depends.append("BR2_USE_MMU")
|