Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-29 | Replace all Makefiles for new build infrastucture | Peter S. Mazinger | |
2005-10-28 | Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ↵ | Peter S. Mazinger | |
not exist, we reinclude the including Makefile. Moved arch/common fpu_control.h link creation into main Makefile.in. Updated the link creation script to remove all the other Makefiles | |||
2005-10-25 | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other ↵ | Peter S. Mazinger | |
archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally. | |||
2005-10-12 | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all ↵ | Peter S. Mazinger | |
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. | |||
2005-09-16 | make sure we treat count as size_t, not ssize_t ... fixes with help from khem | Mike Frysinger | |
2005-09-16 | syntax/whitespace touchups | Mike Frysinger | |
2005-01-25 | merge parallel build support | Mike Frysinger | |
2004-12-22 | Patch from Peter S. Mazinger to consistantly use "ASFLAGS" | Eric Andersen | |
as the flags for all calls to 'as' | |||
2004-06-12 | Philip Craig at snapgear dot com writes: | Eric Andersen | |
Strlen was counting the last 3 bytes incorrectly for big endian arm. | |||
2004-03-18 | Supply '__bzero' with 'bzero' as just a weak alias (since it is not SuSv3) | Eric Andersen | |
2003-11-20 | Add missing weak alias for bcmp | Eric Andersen | |
2003-11-20 | Don't depend on BSD naming | Eric Andersen | |
2003-11-20 | Add an initial set of arm optimized string functions. These | Eric Andersen | |
do seem to make noticable speed improvement... -Erik |