From patchwork Sun Nov 4 17:34:29 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [21/21] toolchain-external: assume that by default, glibc toolchains have RPC support Date: Sun, 04 Nov 2012 07:34:29 -0000 From: Thomas Petazzoni X-Patchwork-Id: 197079 Message-Id: <8c77c933bce9ac229c015bb8bb489c3a41458ea3.1352050008.git.thomas.petazzoni@free-electrons.com> To: buildroot@busybox.net Signed-off-by: Thomas Petazzoni --- toolchain/toolchain-external/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in index 5811494..f04ced6 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