diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-28 23:40:51 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-05-02 23:59:28 +0200 |
commit | 4c57d9638f06038dfd9cb56d60c862b8a8e67efc (patch) | |
tree | d33e3aaf6c7648758f1955de732af091f5b0737a /toolchain/uClibc/uClibc-0.9.31.config | |
parent | bf27314fa6fc31ccf1cbfce661a799ba6d2c4671 (diff) | |
download | buildroot-novena-4c57d9638f06038dfd9cb56d60c862b8a8e67efc.tar.gz buildroot-novena-4c57d9638f06038dfd9cb56d60c862b8a8e67efc.zip |
uclibc: make sure the default configuration doesn't ask questions
Since new configuration options have been added in 0.9.31, the value
of these configuration options should be determined, either by the
default configuration file we provide, or by uclibc.mk process.
The locale generation process should probably be improved in order to
allow building other locales than just en_US.
[Peter: fixup locale handling, add PROGRAM__NAME to defconfig]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/uClibc/uClibc-0.9.31.config')
-rw-r--r-- | toolchain/uClibc/uClibc-0.9.31.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/uClibc/uClibc-0.9.31.config b/toolchain/uClibc/uClibc-0.9.31.config index d2e54ad27..57541b93f 100644 --- a/toolchain/uClibc/uClibc-0.9.31.config +++ b/toolchain/uClibc/uClibc-0.9.31.config @@ -90,6 +90,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 |