mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 17:12:55 +00:00
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>
This commit is contained in:
parent
2b887e417a
commit
7120d81f48
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user