Forgot to remove all build system tools from the generated toolchain.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun May 27 20:23:41 2007 +0000 (2007-05-27)
changeset 137927533f2b278
parent 136 22b5ef41df97
child 138 dc4ce917245f
Forgot to remove all build system tools from the generated toolchain.
scripts/crosstool.sh
     1.1 --- a/scripts/crosstool.sh	Sun May 27 20:22:06 2007 +0000
     1.2 +++ b/scripts/crosstool.sh	Sun May 27 20:23:41 2007 +0000
     1.3 @@ -451,6 +451,7 @@
     1.4  
     1.5      CT_DoLog EXTRA "Removing access to the build system tools"
     1.6      find "${CT_PREFIX_DIR}/bin" -name "${CT_BUILD}-"'*' -exec rm -fv {} \+ |CT_DoLog DEBUG
     1.7 +    find "${CT_PREFIX_DIR}/bin" -name "${CT_UNIQ_BUILD}-"'*' -exec rm -fv {} \+ |CT_DoLog DEBUG
     1.8      find "${CT_PREFIX_DIR}/bin" -name "${CT_HOST}-"'*' -exec rm -fv {} \+ |CT_DoLog DEBUG
     1.9  fi
    1.10