diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-05-31 07:28:00 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-05-31 07:28:00 +0000 |
commit | 00141805cb4594176704b9b6a57e3faf31d6f546 (patch) | |
tree | c835dda0d6b1ab63d7d4789ea3765b79dd24fa14 /toolchain | |
parent | f469324898db283ee61d2720087b650d7d56caab (diff) | |
download | buildroot-novena-00141805cb4594176704b9b6a57e3faf31d6f546.tar.gz buildroot-novena-00141805cb4594176704b9b6a57e3faf31d6f546.zip |
uclibc-0.9.28.3: fix config so oldconfig doesn't ask questions
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/uClibc/uClibc-0.9.28.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/uClibc/uClibc-0.9.28.config b/toolchain/uClibc/uClibc-0.9.28.config index 19629d45e..6fc34efb3 100644 --- a/toolchain/uClibc/uClibc-0.9.28.config +++ b/toolchain/uClibc/uClibc-0.9.28.config @@ -8,7 +8,6 @@ # TARGET_e1 is not set # TARGET_frv is not set # TARGET_h8300 is not set -# TARGET_hppa is not set # TARGET_i386 is not set # TARGET_i960 is not set # TARGET_ia64 is not set @@ -120,6 +119,7 @@ UCLIBC_HAS_WCHAR=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 |