From 05d8c72a8459f532f46261616a167e2bf547a9fc Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 13 Feb 2011 01:45:59 +0000 Subject: uclibc: disable rpc support - replaced by the external librpc, saves ~80k git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25504 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- toolchain/uClibc/config-0.9.30.1/common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toolchain/uClibc/config-0.9.30.1/common') diff --git a/toolchain/uClibc/config-0.9.30.1/common b/toolchain/uClibc/config-0.9.30.1/common index 9cd2e3d1b..cc130115c 100644 --- a/toolchain/uClibc/config-0.9.30.1/common +++ b/toolchain/uClibc/config-0.9.30.1/common @@ -99,7 +99,7 @@ UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y # UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set # UCLIBC_HAS_FPU is not set UCLIBC_HAS_FTW=y -UCLIBC_HAS_FULL_RPC=y +# UCLIBC_HAS_FULL_RPC is not set UCLIBC_HAS_GETPT=y UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y @@ -124,7 +124,7 @@ UCLIBC_HAS_REALTIME=y # UCLIBC_HAS_REENTRANT_RPC is not set UCLIBC_HAS_REGEX=y UCLIBC_HAS_REGEX_OLD=y -UCLIBC_HAS_RPC=y +# UCLIBC_HAS_RPC is not set UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y UCLIBC_HAS_SHADOW=y UCLIBC_HAS_SIGNUM_MESSAGES=y -- cgit v1.2.3