summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/backend.in1
-rw-r--r--config/binutils/binutils.in.23
-rw-r--r--config/libc.in4
-rw-r--r--config/libc/mingw.in8
-rw-r--r--config/libc/uClibc.in.26
5 files changed, 19 insertions, 3 deletions
diff --git a/config/backend.in b/config/backend.in
index acf2580..12d278b 100644
--- a/config/backend.in
+++ b/config/backend.in
@@ -6,6 +6,7 @@ config IS_A_BACKEND
config BACKEND
bool
+ depends on OBSOLETE
default y if IS_A_BACKEND = "y" || IS_A_BACKEND = "Y"
if BACKEND
diff --git a/config/binutils/binutils.in.2 b/config/binutils/binutils.in.2
index 336098b..7a1291f 100644
--- a/config/binutils/binutils.in.2
+++ b/config/binutils/binutils.in.2
@@ -11,13 +11,14 @@ choice
config ELF2FLT_GIT
bool
prompt "git"
+ depends on CONFIGURE_has_git
help
Grab the latest version of elf2flt from the CVS repository
config ELF2FLT_CUSTOM
bool
prompt "Custom elf2flt"
- depends on EXPERIMENTAL
+ depends on EXPERIMENTAL || !CONFIGURE_has_git
help
The choosen elf2flt version shall be not downloaded. Instead use
a custom location to get the source.
diff --git a/config/libc.in b/config/libc.in
index e1eabd2..cd3ccec 100644
--- a/config/libc.in
+++ b/config/libc.in
@@ -55,8 +55,8 @@ choice
bool
prompt "Threading implementation to use:"
default THREADS_NATIVE if LIBC_SUPPORT_THREADS_NATIVE
- default THREADS_THREADS_LT if LIBC_SUPPORT_THREADS_LT
- default THREADS_THREADS_POSIX if LIBC_SUPPORT_THREADS_POSIX
+ default THREADS_LT if LIBC_SUPPORT_THREADS_LT
+ default THREADS_POSIX if LIBC_SUPPORT_THREADS_POSIX
default THREADS_NONE
config THREADS_NATIVE
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.