diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2010-12-28 16:38:09 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-12-29 09:18:00 +0100 |
commit | 10d23ec6b38449e65293f0e249975b8eb814dcff (patch) | |
tree | 6ebb5aeeffbcbcede6cd2e20635f83ce981acab6 /toolchain/uClibc/uClibc-0.9.32.config | |
parent | 38826858c03db1ac09723ef5948eba438a349e09 (diff) | |
download | buildroot-novena-10d23ec6b38449e65293f0e249975b8eb814dcff.tar.gz buildroot-novena-10d23ec6b38449e65293f0e249975b8eb814dcff.zip |
uclibc: fix configs for 0.9.32 & snapshot
* 0.9.32 config needs UCLIBC_HAS___PROGNAME defined or we stall when
program invocation name is enabled.
* Mirror 0.9.32's config to snapshot for consistency.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/uClibc/uClibc-0.9.32.config')
-rw-r--r-- | toolchain/uClibc/uClibc-0.9.32.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/uClibc/uClibc-0.9.32.config b/toolchain/uClibc/uClibc-0.9.32.config index e59919844..9c83d6814 100644 --- a/toolchain/uClibc/uClibc-0.9.32.config +++ b/toolchain/uClibc/uClibc-0.9.32.config @@ -112,6 +112,7 @@ UCLIBC_SUSV4_LEGACY=y # UCLIBC_HAS_STUBS is not set UCLIBC_HAS_SHADOW=y # UCLIBC_HAS_PROGRAM_INVOCATION_NAME is not set +# UCLIBC_HAS___PROGNAME is not set UCLIBC_HAS_PTY=y ASSUME_DEVPTS=y UNIX98PTY_ONLY=y |