Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unify duplicated code cause i get tired of updating this stuff | Mike Frysinger | 2006-02-03 | 1 | -3/+3 |
| | |||||
* | Remove TOPDIR | Peter S. Mazinger | 2005-11-21 | 1 | -3/+1 |
| | |||||
* | Replace all Makefiles for new build infrastucture | Peter S. Mazinger | 2005-10-29 | 1 | -33/+9 |
| | |||||
* | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all ↵ | Peter S. Mazinger | 2005-10-12 | 1 | -8/+9 |
| | | | | objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much. | ||||
* | merge parallel build support | Mike Frysinger | 2005-01-25 | 1 | -5/+5 |
| | |||||
* | Patch from Peter S. Mazinger to consistantly use "ASFLAGS" | Eric Andersen | 2004-12-22 | 1 | -1/+1 |
| | | | | as the flags for all calls to 'as' | ||||
* | Paul Mundt, lethal at linux-sh dot org writes: | Eric Andersen | 2004-01-30 | 1 | -1/+1 |
| | | | | Boredom got the better of me, here's strlen() for sh64.. | ||||
* | Patch from Paul Mundt <lethal@linux-sh.org>: | Eric Andersen | 2003-12-17 | 1 | -0/+38 |
The subject says it all.. optimized memset/memcpy/strcpy, lifted from SuperH's glibc tree. |