diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-02-11 10:40:26 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-02-11 10:40:26 +0000 |
commit | f962e240a3dc68ff10de71e12ceccd80151ab922 (patch) | |
tree | b1886c07ab5f75631e5a8036e6de482b9a305286 /config/libc/uClibc.in | |
parent | f621e51c3d41d3f69a9d0cf986bded3fab12be62 (diff) | |
download | crosstool-ng-f962e240a3dc68ff10de71e12ceccd80151ab922.tar.gz crosstool-ng-f962e240a3dc68ff10de71e12ceccd80151ab922.tar.bz2 crosstool-ng-f962e240a3dc68ff10de71e12ceccd80151ab922.zip |
On some hosts (eg. Cygwin), it's not possible to build the uClibc hostutils. Offer an option to enable/disable the uClibc hostutils build.
/trunk/scripts/build/libc/uClibc.sh | 39 12 27 0 ++++++++++++---------------------------
/trunk/config/libc/uClibc.in | 10 10 0 0 ++++++++++
2 files changed, 22 insertions(+), 27 deletions(-)
Diffstat (limited to 'config/libc/uClibc.in')
-rw-r--r-- | config/libc/uClibc.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in index 91882df3..ef04c981 100644 --- a/config/libc/uClibc.in +++ b/config/libc/uClibc.in @@ -124,6 +124,16 @@ config LIBC_UCLIBC_DEBUG_LEVEL default 1 if LIBC_UCLIBC_DEBUG_LEVEL_1 default 2 if LIBC_UCLIBC_DEBUG_LEVEL_2 +config LIBC_UCLIBC_BUILD_CROSS_LDD + bool + prompt "Build cross-ldd" + default y + help + Say 'y' here to build a cross-ldd to run in the host. + + Building a cross-ldd only works on ELF systems, that is, + if you build under Cygwin, you *must* say 'n' here. + config LIBC_UCLIBC_CONFIG_FILE string prompt "Configuration file" |