diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-07-08 12:05:03 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-07-08 12:05:03 +0000 |
commit | 9fc22c025da842b2cd98ce1a31d154292fa69504 (patch) | |
tree | 34996a3e5304ac65f82f209a673f5cf453a42ae7 | |
parent | d1bd2186186768b3015782ef3ca8afee21a5fb1c (diff) | |
download | buildroot-novena-9fc22c025da842b2cd98ce1a31d154292fa69504.tar.gz buildroot-novena-9fc22c025da842b2cd98ce1a31d154292fa69504.zip |
- provide default for vfprintf
-rw-r--r-- | toolchain/uClibc/uClibc-0.9.29.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/uClibc/uClibc-0.9.29.config b/toolchain/uClibc/uClibc-0.9.29.config index 7764a79df..9070dc81a 100644 --- a/toolchain/uClibc/uClibc-0.9.29.config +++ b/toolchain/uClibc/uClibc-0.9.29.config @@ -117,6 +117,7 @@ UCLIBC_HAS_CTYPE_CHECKED=y # UCLIBC_HAS_LOCALE is not set UCLIBC_HAS_HEXADECIMAL_FLOATS=y UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y +# USE_OLD_VFPRINTF is not set UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9 UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y # UCLIBC_HAS_STDIO_BUFSIZ_NONE is not set |