summaryrefslogtreecommitdiffstats
path: root/toolchain/toolchain-external
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-11-04 07:34:29 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-11-06 08:20:20 +0100
commit3a843a3a04c127186589a203bb33b8cb91f52ab5 (patch)
treeae6a1a7533d03039d1a7335ac4549acb86cc7751 /toolchain/toolchain-external
parent31ab4e7da3ae7f0dbfc46ff6344ebfe1d41ae686 (diff)
downloadbuildroot-novena-3a843a3a04c127186589a203bb33b8cb91f52ab5.tar.gz
buildroot-novena-3a843a3a04c127186589a203bb33b8cb91f52ab5.zip
toolchain-external: assume that by default, glibc toolchains have RPC support
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/toolchain-external')
-rw-r--r--toolchain/toolchain-external/Config.in1
1 files changed, 1 insertions, 0 deletions
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