summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-02-10 23:04:35 (GMT)
committerGitHub <noreply@github.com>2018-02-10 23:04:35 (GMT)
commit9e8a2b295d770a417e50f733b15e428dede3aea6 (patch)
tree7686fc3eebf14b3a65348b0644f198964face481 /config
parenta3e1adbe71d6c8478dd4cd00eaea8fa594bdd9b1 (diff)
parenta20c29dcefe8c3319ae7163935a2d89ac2e1de32 (diff)
Merge pull request #910 from stilor/uclibc-no-rpc
uClibc-ng: configurability enhancements
Diffstat (limited to 'config')
-rw-r--r--config/libc/uClibc.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in
index 174dfdc..7bdd03f 100644
--- a/config/libc/uClibc.in
+++ b/config/libc/uClibc.in
@@ -21,6 +21,14 @@ comment "'softfp' ABI and uClibc is not entirely tested in crosstool-NG"
comment "You may experience issues, although it should work just fine"
endif # ARCH_FLOAT_SOFTFP
+config LIBC_UCLIBC_HAS_SUNRPC
+ bool
+ default y if !UCLIBC_1_0_23_or_later
+
+config LIBC_UCLIBC_HAS_LIBICONV
+ bool
+ default y if UCLIBC_1_0_21_or_later
+
config LIBC_UCLIBC_PARALLEL
def_bool y
depends on UCLIBC_0_9_33_2_or_later
@@ -150,12 +158,19 @@ config LIBC_UCLIBC_LNXTHRD
config LIBC_UCLIBC_LOCALES
bool
select LIBC_UCLIBC_WCHAR
+ # Before it became a separate option, libiconv depended on locales
prompt "Add support for locales"
help
Say y if you want uClibc to support localisation.
Note that seems to be broken on recent uClibc releases.
+config LIBC_UCLIBC_LIBICONV
+ bool "Enable iconv"
+ depends on LIBC_UCLIBC_HAS_LIBICONV
+ help
+ Say y if you want to enable <iconv.h> and the corresponding interfaces.
+
config LIBC_UCLIBC_IPV6
bool
prompt "Add support for IPv6"
@@ -188,6 +203,7 @@ config LIBC_UCLIBC_FENV
config LIBC_UCLIBC_RPC
bool
prompt "Add support for RPC"
+ depends on LIBC_UCLIBC_HAS_SUNRPC
help
Enable support for remote procedure calls (RPC) in uClibc.