summaryrefslogtreecommitdiffstats
path: root/toolchain/sstrip/sstrip.mk
Commit message (Collapse)AuthorAgeFilesLines
* Optimize (-O2) host binaries by defaultPeter Korsgaard2010-10-291-1/+1
| | | | | | | | | Default HOST_CFLAGS to -O2, so host tools (like the cross compiler) are built with optimization by default. Based on a patch by Will Newton <will.newton@gmail.com>. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-2/+2
|
* - sed -i -e ↵Bernhard Reutner-Fischer2007-08-211-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 sstripBernhard Reutner-Fischer2007-07-101-1/+2
|
* - add full sysroot support for non-ancient toolchains.Bernhard Reutner-Fischer2007-06-201-5/+5
| | | | - start to separate usr/lib and lib to match normal system-layout
* - rectify brute-force sed invocation (too *many*)..Bernhard Reutner-Fischer2006-03-141-1/+1
| | | | Thanks vapier for pointing this one out.
* - quote HOST_CC.Bernhard Reutner-Fischer2006-03-101-1/+1
| | | | | Allows for passing flags along HOST_CC which is sometimes needed on certain architectures.
* Add sstrip for host and/or target.Manuel Novoa III2005-08-031-0/+69