diff options
author | Kirill K. Smirnov <kirill.k.smirnov@gmail.com> | 2016-08-29 19:30:21 +0300 |
---|---|---|
committer | Kirill K. Smirnov <kirill.k.smirnov@gmail.com> | 2016-08-30 01:54:08 +0300 |
commit | 7120d81f48b421fa6a9c15fc4026eec5dc271860 (patch) | |
tree | 7e4c28c05f15880eaa76bc5f952d3ddcd4dbf776 /scripts/build/libc/uClibc.sh | |
parent | 2b887e417a1fceba9229b5189a0e9cf0b547e5bc (diff) | |
download | crosstool-ng-7120d81f48b421fa6a9c15fc4026eec5dc271860.tar.gz crosstool-ng-7120d81f48b421fa6a9c15fc4026eec5dc271860.tar.bz2 crosstool-ng-7120d81f48b421fa6a9c15fc4026eec5dc271860.zip |
uClibc: install native utils
This change adds native ldd and ldconfig utils to sysroot.
For glibc just 'make install' installs everything including utils.
For uclibc there exists a separate goal 'install_utils'. Make it.
Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
Diffstat (limited to 'scripts/build/libc/uClibc.sh')
-rw-r--r-- | scripts/build/libc/uClibc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/libc/uClibc.sh b/scripts/build/libc/uClibc.sh index 18f234ef..3e1463ef 100644 --- a/scripts/build/libc/uClibc.sh +++ b/scripts/build/libc/uClibc.sh @@ -231,7 +231,7 @@ do_libc_backend_once() { # - "make install" calls install_runtime and install_dev # - so we're left with re-installing the headers... Sigh... CT_DoLog EXTRA "Installing C library" - CT_DoExecLog ALL ${make} "${make_args[@]}" install + CT_DoExecLog ALL ${make} "${make_args[@]}" install install_utils fi # libc_mode == final # Now, if installing headers into a subdirectory, put everything in its place. |