mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
internals: don't remove lib64 symlinks in sysroot
The lib64 symlinks are needed for the linker to find the libraries. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
c785cc5804
commit
6635f8cd2e
@ -157,8 +157,6 @@ do_finish() {
|
||||
# the standard lib/ dirs, so we can get rid of the symlinks
|
||||
for d in \
|
||||
"${CT_PREFIX_DIR}" \
|
||||
"${CT_SYSROOT_DIR}" \
|
||||
"${CT_SYSROOT_DIR}/usr" \
|
||||
"${CT_PREFIX_DIR}/${CT_TARGET}" \
|
||||
; do
|
||||
CT_DoExecLog ALL rm -f "${d}/lib32"
|
||||
|
Loading…
Reference in New Issue
Block a user