diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-13 01:45:59 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-13 01:45:59 +0000 |
commit | e6a0ebc98966a2ed74b745993c7b72d8ee59a282 (patch) | |
tree | b8289a89071d59fcbf232949172bd0816e737c27 /toolchain/uClibc/config-0.9.30.1 | |
parent | 85c44cafabf24e38d6f62811655ec251b21d4d92 (diff) | |
download | upstream-e6a0ebc98966a2ed74b745993c7b72d8ee59a282.tar.gz upstream-e6a0ebc98966a2ed74b745993c7b72d8ee59a282.tar.bz2 upstream-e6a0ebc98966a2ed74b745993c7b72d8ee59a282.zip |
uclibc: disable rpc support - replaced by the external librpc, saves ~80k
SVN-Revision: 25504
Diffstat (limited to 'toolchain/uClibc/config-0.9.30.1')
-rw-r--r-- | toolchain/uClibc/config-0.9.30.1/common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/uClibc/config-0.9.30.1/common b/toolchain/uClibc/config-0.9.30.1/common index 9cd2e3d1bb..cc130115cb 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 |