# HG changeset patch # User "Yann E. MORIN" # Date 1180297421 0 # Node ID 927533f2b278f3e8fe7afab08546f4844881a21c # Parent 22b5ef41df97d6d14b9363f04a2950397669f168 Forgot to remove all build system tools from the generated toolchain. diff -r 22b5ef41df97 -r 927533f2b278 scripts/crosstool.sh --- a/scripts/crosstool.sh Sun May 27 20:22:06 2007 +0000 +++ b/scripts/crosstool.sh Sun May 27 20:23:41 2007 +0000 @@ -451,6 +451,7 @@ CT_DoLog EXTRA "Removing access to the build system tools" find "${CT_PREFIX_DIR}/bin" -name "${CT_BUILD}-"'*' -exec rm -fv {} \+ |CT_DoLog DEBUG + find "${CT_PREFIX_DIR}/bin" -name "${CT_UNIQ_BUILD}-"'*' -exec rm -fv {} \+ |CT_DoLog DEBUG find "${CT_PREFIX_DIR}/bin" -name "${CT_HOST}-"'*' -exec rm -fv {} \+ |CT_DoLog DEBUG fi