summaryrefslogtreecommitdiff
path: root/toolchain/toolchain-crosstool-ng/002-dont-nuke-ct-prefix.patch
AgeCommit message (Collapse)Author
2011-01-25crosstool-ng: don't remove installation directory before installingPeter Korsgaard
crosstool-ng would normally delete its installation directory before installing the toolchain to ensure it wouldn't get confused by an earlier build. Now that we're installing directly into HOST_DIR/usr, this doesn't work very well - So get rid of the rm's. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>