diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-07-22 20:06:27 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-07-22 20:06:27 +0200 |
commit | d7287c9b5f9ee24d43abdc22a27d1743d9ee4b56 (patch) | |
tree | b4ecbcd5fe01ae23e4a29df44cf9eb8fbeaa551b /config/libc/uClibc.in | |
parent | a8fa17de9f24f6a2f05e6e1cb23a2ffb5100b0e5 (diff) | |
download | crosstool-ng-d7287c9b5f9ee24d43abdc22a27d1743d9ee4b56.tar.gz crosstool-ng-d7287c9b5f9ee24d43abdc22a27d1743d9ee4b56.tar.bz2 crosstool-ng-d7287c9b5f9ee24d43abdc22a27d1743d9ee4b56.zip |
libc/uClibc: do not install cross-ldd
I was unable to make the cross-ldd from uClibc to work, and
it is not possible to build it on non-POSIX system.
Besides, we have a generic script that is in the starting-blocks
to replace it, that will work for any C library, and also will
work on non-POSIX systems. Bonus!
Diffstat (limited to 'config/libc/uClibc.in')
-rw-r--r-- | config/libc/uClibc.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in index 04386584..7f10a649 100644 --- a/config/libc/uClibc.in +++ b/config/libc/uClibc.in @@ -142,16 +142,6 @@ 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" |