Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | toolchain/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -2/+2 |
| | |||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -2/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | - sed -i -e ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| | | | | | | "/\-[[:space:]]*mkdir[[:space:]][[:space:]]*-p/s/-[[:space:]]*mkdir/mkdir/g" (want to know about errors if mkdir failed). Thanks to Cristian Ionescu-Idbohrn for pointing this out | ||||
* | - fix building sstrip | Bernhard Reutner-Fischer | 2007-07-10 | 1 | -1/+2 |
| | |||||
* | - add full sysroot support for non-ancient toolchains. | Bernhard Reutner-Fischer | 2007-06-20 | 1 | -5/+5 |
| | | | | - start to separate usr/lib and lib to match normal system-layout | ||||
* | - rectify brute-force sed invocation (too *many*).. | Bernhard Reutner-Fischer | 2006-03-14 | 1 | -1/+1 |
| | | | | Thanks vapier for pointing this one out. | ||||
* | - quote HOST_CC. | Bernhard Reutner-Fischer | 2006-03-10 | 1 | -1/+1 |
| | | | | | Allows for passing flags along HOST_CC which is sometimes needed on certain architectures. | ||||
* | touchup descriptions | Mike Frysinger | 2005-08-09 | 1 | -2/+2 |
| | |||||
* | Add sstrip for host and/or target. | Manuel Novoa III | 2005-08-03 | 3 | -0/+548 |