summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-02-21 13:39:24 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-02-21 13:39:24 (GMT)
commit7aaa332991f27e5385087f36a1cc8e7754c97147 (patch)
tree78c36b12d68610b87253c80169c1ca6f7ebe24db /scripts
parent64cd8928d9883fc76b93dcc2147ce16a51559194 (diff)
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)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/internals.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/build/internals.sh b/scripts/build/internals.sh
index cf129d9..3b9ec34 100644
--- a/scripts/build/internals.sh
+++ b/scripts/build/internals.sh
@@ -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"