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/+8 |
| | |||||
* | 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' | ||||
* | Add an initial set of arm optimized string functions. These | Eric Andersen | 2003-11-20 | 1 | -0/+39 |
do seem to make noticable speed improvement... -Erik |