summaryrefslogtreecommitdiffstats
path: root/toolchain/toolchain-crosstool-ng/002-dont-nuke-ct-prefix.patch
Commit message (Collapse)AuthorAgeFilesLines
* toolchain/ct-ng: update to crosstool-NG 1.10.0Yann E. MORIN2011-02-101-37/+0
| | | | | | | | Update the default .config file. Remove now unnecessary patches. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* crosstool-ng: don't remove installation directory before installingPeter Korsgaard2011-01-251-0/+37
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>