From 3a843a3a04c127186589a203bb33b8cb91f52ab5 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 4 Nov 2012 07:34:29 +0000 Subject: toolchain-external: assume that by default, glibc toolchains have RPC support Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- toolchain/toolchain-external/Config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'toolchain/toolchain-external/Config.in') diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in index 5811494c1..f04ced697 100644 --- a/toolchain/toolchain-external/Config.in +++ b/toolchain/toolchain-external/Config.in @@ -751,6 +751,7 @@ endif # BR2_TOOLCHAIN_EXTERNAL_CUSTOM_UCLIBC config BR2_TOOLCHAIN_EXTERNAL_INET_RPC bool "Toolchain has RPC support?" select BR2_TOOLCHAIN_HAS_NATIVE_RPC + default y if BR2_TOOLCHAIN_EXTERNAL_GLIBC help Select this option if your external toolchain supports RPC. If you don't know, leave the default value, Buildroot -- cgit v1.2.3