mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-01 00:45:43 +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> (transplanted from b49767e8651b2252bc651f2c2e16d6e6860689f4)
This commit is contained in:
parent
64cd8928d9
commit
7aaa332991
@ -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…
x
Reference in New Issue
Block a user