summaryrefslogtreecommitdiffstats
path: root/librt
Commit message (Expand)AuthorAgeFilesLines
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-251-7/+22
* Add the current implementation to reviewPeter S. Mazinger2005-10-191-0/+16
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-2/+2
* Do not defer expansions where useless, like CSRC/OBJS/LIB_NAME/AR_LIB_NAME, d...Peter S. Mazinger2005-10-111-12/+12
* Remove ar-target and shared targets, at build time now we traverse the tree o...Peter S. Mazinger2005-09-281-25/+41
* no check needed in libm/libpthread, we do not recurse anymore if the related ...Peter S. Mazinger2005-09-221-2/+2
* include headers only if the related option is enabledPeter S. Mazinger2005-09-211-0/+5
* rework dependencies so the archive is re-created only when the object files h...Mike Frysinger2005-01-181-5/+2
* make sure we include pthread.h to define pthread_attr_tMike Frysinger2005-01-181-0/+1
* Patch from Paul Mundt (lethal) adding an initial librt implementation.Eric Andersen2005-01-1114-0/+504