summaryrefslogtreecommitdiffstats
path: root/librt
Commit message (Collapse)AuthorAgeFilesLines
...
* Do not defer expansions where useless, like CSRC/OBJS/LIB_NAME/AR_LIB_NAME, ↵Peter S. Mazinger2005-10-111-12/+12
| | | | defer only for shared lib related stuff, because it is optional. Run STRIPTOOL only once. More use of /$^/$<.
* Remove ar-target and shared targets, at build time now we traverse the tree ↵Peter S. Mazinger2005-09-281-25/+41
| | | | only once. Generalize all toplevel makefiles. Make sure, that libdl.so is built against libc.so and not libc.a
* no check needed in libm/libpthread, we do not recurse anymore if the related ↵Peter S. Mazinger2005-09-221-2/+2
| | | | option is not set, more Makefile cleanups
* 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 ↵Mike Frysinger2005-01-181-5/+2
| | | | have been updated
* 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
I then reworked the syscall handling and made minor cleanups. With luck I've not completely broken his patch...