summaryrefslogtreecommitdiffstats
path: root/libc/misc/pthread/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Merge from trunk. More to come you betcha'."Steven J. Hill"2005-12-021-33/+8
|
* Massive clean up of makefiles with a focus on being able to compile correctly"Steven J. Hill"2005-07-221-3/+1
| | | | | both thread library models. Items of interest are the 'Rules.mak' changes at the top level as well as the new 'Rules.mak' for the NPTL library.
* Fixed up 'clean' target for latest NPTL changes and modified include"Steven J. Hill"2005-06-121-9/+1
| | | | | dependency directories so that either thread model can be used by the C library modules that need some knowledge of pthreads.
* merge parallel build supportMike Frysinger2005-01-251-5/+4
|
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
| | | | | | | rm.patch: * Define $(RM) as rm -f in Rules.mak and test/Rules.mak (this is the same definition as gmake uses by default). * Change all occurrences of rm and rm -f into $(RM).
* Avoid forced -lpthread lnkage when threading is enabledEric Andersen2002-03-091-1/+1
|
* Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen2002-02-201-0/+49
glibc 2.1.3 and ported to work with uClibc by Stefan Soucek and Erik Andersen (me). Stefan has hacked things up such that linuxthreads runs on MMU-less systems (tested only on arm-nommu). Erik cleaned things up and made it work properly as a shared library. -Erik