mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
install_root has no effect on newlib install.
And never had, at least since newlib 1.17 (first version added to crosstool-ng). Apparently, copy-pasted from glibc.sh. Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
ec9ddee933
commit
01a4bed794
@ -142,7 +142,7 @@ ENABLE_TARGET_OPTSPACE:target-optspace
|
||||
CT_DoExecLog ALL make ${JOBSFLAGS}
|
||||
|
||||
CT_DoLog EXTRA "Installing C library"
|
||||
CT_DoExecLog ALL make install install_root="${CT_SYSROOT_DIR}"
|
||||
CT_DoExecLog ALL make install
|
||||
|
||||
if [ "${CT_BUILD_MANUALS}" = "y" ]; then
|
||||
local -a doc_dir="${CT_BUILD_DIR}/build-libc/${CT_TARGET}"
|
||||
|
Loading…
Reference in New Issue
Block a user