Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | no check needed in libm/libpthread, we do not recurse anymore if the related ↵ | Peter S. Mazinger | 2005-09-22 | 1 | -2/+2 | |
| | | | | option is not set, more Makefile cleanups | |||||
* | include headers only if the related option is enabled | Peter S. Mazinger | 2005-09-21 | 1 | -0/+5 | |
| | ||||||
* | rework dependencies so the archive is re-created only when the object files ↵ | Mike Frysinger | 2005-01-18 | 1 | -5/+2 | |
| | | | | have been updated | |||||
* | make sure we include pthread.h to define pthread_attr_t | Mike Frysinger | 2005-01-18 | 1 | -0/+1 | |
| | ||||||
* | Patch from Paul Mundt (lethal) adding an initial librt implementation. | Eric Andersen | 2005-01-11 | 14 | -0/+504 | |
I then reworked the syscall handling and made minor cleanups. With luck I've not completely broken his patch... |