From 080d42255caef887ac1eb27c030d3950e5cee5a4 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 27 May 2007 20:23:41 +0000 Subject: Forgot to remove all build system tools from the generated toolchain. --- scripts/crosstool.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/crosstool.sh') diff --git a/scripts/crosstool.sh b/scripts/crosstool.sh index 80f938f6..1ce143e6 100755 --- a/scripts/crosstool.sh +++ b/scripts/crosstool.sh @@ -451,6 +451,7 @@ if [ "${CT_ONLY_DOWNLOAD}" != "y" -a "${CT_ONLY_EXTRACT}" != "y" ]; then 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 -- cgit v1.2.3