summaryrefslogtreecommitdiff
path: root/scripts/build/internals.sh
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)
commit6635f8cd2e6f54eb600bdb4e7413e5ae94d07e88 (patch)
treec1af432920cad696ceb41d6e48c5561f21234f0a /scripts/build/internals.sh
parentc785cc5804989a0f6c63e875f060b321af2ac4cb (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>
Diffstat (limited to 'scripts/build/internals.sh')
-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"