internals: don't remove lib64 symlinks in sysroot 1.10
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Feb 21 14:39:24 2011 +0100 (2011-02-21)
branch1.10
changeset 2391dc4c695cdcd9
parent 2390 844765e01257
child 2392 578509ec492d
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)
scripts/build/internals.sh
     1.1 --- a/scripts/build/internals.sh	Sat Jan 22 23:20:18 2011 +0100
     1.2 +++ b/scripts/build/internals.sh	Mon Feb 21 14:39:24 2011 +0100
     1.3 @@ -157,8 +157,6 @@
     1.4      # the standard lib/ dirs, so we can get rid of the symlinks
     1.5      for d in                            \
     1.6          "${CT_PREFIX_DIR}"              \
     1.7 -        "${CT_SYSROOT_DIR}"             \
     1.8 -        "${CT_SYSROOT_DIR}/usr"         \
     1.9          "${CT_PREFIX_DIR}/${CT_TARGET}" \
    1.10      ; do
    1.11          CT_DoExecLog ALL rm -f "${d}/lib32"