diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-12-03 14:46:09 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-12-03 14:46:09 +0000 |
commit | d8575c41382ad137f8b35ac4c03b8e90ed413943 (patch) | |
tree | 7550cae8b85df8b790a2ed080976c225fedbf6cf | |
parent | b1abf84427b4e9d14638fffc02f711f1a90c6bb9 (diff) | |
download | upstream-d8575c41382ad137f8b35ac4c03b8e90ed413943.tar.gz upstream-d8575c41382ad137f8b35ac4c03b8e90ed413943.tar.bz2 upstream-d8575c41382ad137f8b35ac4c03b8e90ed413943.zip |
toolchain/uClibc: push an upstream fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24228 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | toolchain/uClibc/config-0.9.32/common | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/uClibc/config-0.9.32/common b/toolchain/uClibc/config-0.9.32/common index 9f9480cabd..a74fa3321c 100644 --- a/toolchain/uClibc/config-0.9.32/common +++ b/toolchain/uClibc/config-0.9.32/common @@ -179,6 +179,7 @@ UCLIBC_LINUX_SPECIFIC=y # UCLIBC_MALLOC_DEBUGGING is not set # UCLIBC_MJN3_ONLY is not set # UCLIBC_NTP_LEGACY is not set +# USE_OLD_VFPRINTF is not set UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9 UCLIBC_PWD_BUFFER_SIZE=256 # UCLIBC_STATIC_LDCONFIG is not set |