summaryrefslogtreecommitdiff
path: root/config/libc
diff options
context:
space:
mode:
Diffstat (limited to 'config/libc')
-rw-r--r--config/libc/mingw.in8
-rw-r--r--config/libc/uClibc.in.26
2 files changed, 14 insertions, 0 deletions
diff --git a/config/libc/mingw.in b/config/libc/mingw.in
index 6c33d2f..62e7a46 100644
--- a/config/libc/mingw.in
+++ b/config/libc/mingw.in
@@ -74,6 +74,7 @@ config WINAPI_V_DEVEL
bool
prompt "devel"
depends on EXPERIMENTAL
+ depends on CONFIGURE_has_git
endchoice
@@ -103,3 +104,10 @@ config MINGW_DIRECTX
config MINGW_DDK
bool
prompt "Include DDK development files"
+
+config MINGW_TOOLS
+ bool
+ prompt "Include the companion tools"
+ help
+ build the companion tools with mingw such as widl, gendef,
+ and genpeimg
diff --git a/config/libc/uClibc.in.2 b/config/libc/uClibc.in.2
index dc02420..7ac8a44 100644
--- a/config/libc/uClibc.in.2
+++ b/config/libc/uClibc.in.2
@@ -89,3 +89,9 @@ config LIBC_UCLIBC_FENV
If you need fenv.h on other architectures, say 'y' here, but you may
encounter some issues.
+
+config LIBC_UCLIBC_RPC
+ bool
+ prompt "Add support for RPC"
+ help
+ Enable support for remote procedure calls (RPC) in uClibc.