summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/sysdeps/mips/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Final set of changes for NPTL and new build system. NPTL can now build with ↵"Steven J. Hill"2005-12-021-80/+9
| | | | the new build system.
* Sync with glibc reference tree and changes for uClibc thus far."Steven J. Hill"2005-11-161-12/+25
|
* Fix up build system for NPTL. I admit it is much cleaner now, but I lost my ↵"Steven J. Hill"2005-10-041-22/+32
| | | | entire Saturday fixing this $!#$!#@$T! up.
* Add in calls needed for TLS setup for statically linked applications. A call ↵"Steven J. Hill"2005-08-301-1/+3
| | | | is made to '_dl_aux_init' which is defined in 'dl-support.c' to set up TLS variables before '__uClibc_init' gets called.
* Finally, all of the makefiles that make the magic happen. These changes ↵"Steven J. Hill"2005-08-091-13/+33
| | | | allow for uClibc to build for NPTL support without breaking the old linuxthreads model. Let the testing begin.
* Fixed up 'clean' target for latest NPTL changes and modified include"Steven J. Hill"2005-06-121-20/+34
| | | | | dependency directories so that either thread model can be used by the C library modules that need some knowledge of pthreads.
* Import in NPTL code from glibc. For further information please"Steven J. Hill"2005-05-071-0/+25
consult the 'README.NPTL' file.