diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-05-27 20:23:41 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-05-27 20:23:41 +0000 |
commit | 080d42255caef887ac1eb27c030d3950e5cee5a4 (patch) | |
tree | 75b590d87838d0096d60a0a2e5e111dfdc3c2b30 | |
parent | de5df0533c0bde20f08d788543feac6915a2a5f7 (diff) | |
download | crosstool-ng-080d42255caef887ac1eb27c030d3950e5cee5a4.tar.gz crosstool-ng-080d42255caef887ac1eb27c030d3950e5cee5a4.tar.bz2 crosstool-ng-080d42255caef887ac1eb27c030d3950e5cee5a4.zip |
Forgot to remove all build system tools from the generated toolchain.
-rwxr-xr-x | scripts/crosstool.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |