summaryrefslogtreecommitdiffstats
path: root/toolchain/eglibc/config
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-09-26 18:59:22 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-09-26 18:59:22 +0000
commitaa04a43d98cc584ff1eef4e47ef645c0a739bbcf (patch)
tree365c663022644b2e1ef56a4f4a2bf44a2c924102 /toolchain/eglibc/config
parent57b9777668b6930626e27d1576f5ddf74239f598 (diff)
[toolchain] eglibc: add support for 2.10 branch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17748 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/eglibc/config')
-rw-r--r--toolchain/eglibc/config/Config.in54
1 files changed, 54 insertions, 0 deletions
diff --git a/toolchain/eglibc/config/Config.in b/toolchain/eglibc/config/Config.in
index f67ae45ba..003362b4e 100644
--- a/toolchain/eglibc/config/Config.in
+++ b/toolchain/eglibc/config/Config.in
@@ -187,6 +187,31 @@ config EGLIBC_OPTION_EGLIBC_ENVZ
envz_entry envz_remove
envz_get envz_strip
+config EGLIBC_OPTION_EGLIBC_FCVT
+ bool "Functions for converting floating-point numbers to strings"
+ default y
+ depends EGLIBC_VERSION_2_10
+ help
+ This option group includes functions for converting
+ floating-point numbers to strings.
+
+ This option group includes the following functions:
+
+ ecvt qecvt
+ ecvt_r qecvt_r
+ fcvt qfcvt
+ fcvt_r qfcvt_r
+ gcvt qgcvt
+
+config EGLIBC_OPTION_EGLIBC_FMTMSG
+ bool "Functions for formatting messages"
+ default y
+ depends EGLIBC_VERSION_2_10
+ help
+ This option group includes the following functions:
+
+ addseverity fmtmsg
+
config EGLIBC_OPTION_EGLIBC_FSTAB
bool "Access functions for 'fstab'"
default y
@@ -202,6 +227,22 @@ config EGLIBC_OPTION_EGLIBC_FSTAB
getfsent setfsent
getfsfile
+config OPTION_EGLIBC_FTRAVERSE
+ bool "Functions for traversing file hierarchies"
+ default y
+ depends EGLIBC_VERSION_2_10
+ help
+ This option group includes functions for traversing file
+ UNIX file hierachies.
+
+ This option group includes the following functions:
+
+ fts_open ftw
+ fts_read nftw
+ fts_children ftw64
+ fts_set nftw64
+ fts_close
+
config EGLIBC_OPTION_EGLIBC_GETLOGIN
bool "The getlogin function"
default y
@@ -678,6 +719,19 @@ config EGLIBC_OPTION_POSIX_REGEXP
<regexp.h> header file, 'compile', 'step', and 'advance', is
omitted.
+config EGLIBC_OPTION_POSIX_REGEXP_GLIBC
+ bool "Regular expressions from GLIBC"
+ default y
+ depends EGLIBC_OPTION_POSIX_REGEXP
+ depends EGLIBC_VERSION_2_10
+ help
+ This option group specifies which regular expression
+ library to use. The choice is between regex
+ implementation from GLIBC and regex implementation from
+ libiberty. The GLIBC variant is fully POSIX conformant and
+ optimized for speed; regex from libiberty is more than twice
+ as small while still is enough for most practical purposes.
+
config EGLIBC_OPTION_POSIX_WIDE_CHAR_DEVICE_IO
bool "Input and output functions for wide characters"
default y