summaryrefslogtreecommitdiff
path: root/scripts/build/internals.sh
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2016-08-23 21:14:35 (GMT)
committerGitHub <noreply@github.com>2016-08-23 21:14:35 (GMT)
commit8a4870c2f8788c097d71194cb6d334cef1ae31ab (patch)
treeb891c1b351fbce138686c327ddfbd53874b61974 /scripts/build/internals.sh
parent87eb166c5bd52b4d205fb652cc3981e0a9c12d65 (diff)
parentb7ef2697ca4ec3f5409420cb0ded852b77b84c5e (diff)
Merge pull request #383 from stilor/multilib
Multilib support
Diffstat (limited to 'scripts/build/internals.sh')
-rw-r--r--scripts/build/internals.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/build/internals.sh b/scripts/build/internals.sh
index a2351ac..047becd 100644
--- a/scripts/build/internals.sh
+++ b/scripts/build/internals.sh
@@ -118,12 +118,5 @@ do_finish() {
CT_DoForceRmdir "${CT_DEBUGROOT_DIR}/"{,usr/}{,share/}{man,info}
fi
- # Remove the lib* symlinks, now:
- # The symlinks are needed only during the build process.
- # The final gcc will still search those dirs, but will also search
- # the standard lib/ dirs, so we can get rid of the symlinks
- CT_DoExecLog ALL rm -f "${CT_PREFIX_DIR}/lib32"
- CT_DoExecLog ALL rm -f "${CT_PREFIX_DIR}/lib64"
-
CT_EndStep
}