aboutsummaryrefslogtreecommitdiff
path: root/libpthread/Makefile
AgeCommit message (Expand)AuthorFilesLines
2005-11-21Remove TOPDIRPeter S. Mazinger1-3/+1
2005-10-29Replace all Makefiles for new build infrastucturePeter S. Mazinger1-65/+9
2005-10-19headers is prerequisite for subdirsPeter S. Mazinger1-1/+1
2005-10-12Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger1-4/+4
2005-10-08Fix up PTDIR bug and clean target for libpthread."Steven J. Hill"1-0/+4
2005-10-04Add another commentPeter S. Mazinger1-1/+2
2005-10-04Use PTDIR in libpthread/Makefile too, add new PTNAME being nptl or linuxthrea...Peter S. Mazinger1-25/+13
2005-10-04Do not recurse into ldso/libc/libpthread on cleanPeter S. Mazinger1-1/+3
2005-10-01Again, I need to cut down on my merge times and this last set of changes to t..."Steven J. Hill"1-3/+10
2005-09-28Remove ar-target and shared targets, at build time now we traverse the tree o...Peter S. Mazinger1-68/+6
2005-09-24Remove unneeded if clause. We won't be in this directory unless we"Steven J. Hill"1-4/+1
2005-09-22no check needed in libm/libpthread, we do not recurse anymore if the related ...Peter S. Mazinger1-6/+0
2005-09-21also symlink thread_db.h instead of duplicating it, fix the clean target, and...Mike Frysinger1-12/+16
2005-09-21remove unused headers on install and clean up all thread related onesPeter S. Mazinger1-1/+3
2005-09-21'pthread.h' is not the only file that needs to be symlinked. When NPTL gets m..."Steven J. Hill"1-2/+14
2005-09-21dont duplicate pthread.h in include and libpthread subdirs, so symlink itMike Frysinger1-0/+3
2005-05-28Filter out any -z defs since this lib will have undefined symbols thatJoakim Tjernlund1-1/+4
2005-05-28Add patch at bugs 274. From Peter Manzinger.Joakim Tjernlund1-21/+2
2005-05-20Finish up reverting NPTLEric Andersen1-9/+1
2005-05-11Cleanup original linuxthreads and update top-level threads makefiles."Steven J. Hill"1-1/+1
2005-05-07Haha. I caught it before you did."Steven J. Hill"1-2/+2
2005-05-07Add in configuration item and Makefile changes for NPTL. We will be"Steven J. Hill"1-0/+8
2005-01-19Use Makefile if statements rather than their shell counterparts.Peter Kjellerstedt1-44/+39
2004-12-26Peter S. Mazinger: make sure the ld RELRO and NOW options are independent opt...Mike Frysinger1-3/+9
2004-12-22Fix typoEric Andersen1-2/+2
2004-12-22Patch from Peter S. Mazinger:Eric Andersen1-0/+6
2004-12-22Cleaned up patch from Peter S. Mazinger adding support forEric Andersen1-0/+2
2004-12-11We can't strip libpthread or libthread_db can't help gdb debug ptheadsEric Andersen1-1/+5
2004-12-08libpthread can use the normal LDFLAGS (including -s to strip it), butEric Andersen1-4/+3
2004-10-15Rip out Peter's unacceptable "fix" and do the sane thing instead; buildManuel Novoa III1-9/+8
2004-10-14Peter Mazinger writes:Joakim Tjernlund1-8/+4
2004-10-06Peter S. Mazinger writes:Joakim Tjernlund1-1/+1
2004-01-16We need to link with libgcc.a when creating shared libs, in order toManuel Novoa III1-2/+4
2003-11-04minor cleanupEric Andersen1-4/+4
2003-10-31gdb wants to dlopen "libthread_db.so.1", so be sure to assignEric Andersen1-1/+1
2003-10-18Peter Kjellerstedt writes:Eric Andersen1-8/+8
2003-10-18Peter Kjellerstedt writes:Eric Andersen1-7/+5
2003-10-18Peter Kjellerstedt writes:Eric Andersen1-8/+8
2003-06-30Fixup symlinks to libthread_dbEric Andersen1-1/+3
2003-03-11Make it so debugging pthreads works, even with DODEBUG turned offEric Andersen1-2/+4
2003-03-04Seperate pthread debugging from uClibc debugging. They are usedEric Andersen1-1/+1
2003-02-27Major update for pthreads, based in large part on improvementsEric Andersen1-3/+1
2002-12-18whitespaceMiles Bader1-1/+1
2002-11-27Make support for global constructors and global destructors beEric Andersen1-0/+2
2002-11-05Standardize LIBGCC_DIREric Andersen1-5/+4
2002-10-31Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen1-3/+3
2002-10-01This commit contains a patch from Stefan Allius <allius@atecom.com> to changeEric Andersen1-4/+13
2002-08-20Only build libthread_db when both threads and debug are enabledEric Andersen1-1/+1
2002-08-19Based on work by Stefan Allius, arrange for early initialization ofEric Andersen1-1/+4
2002-08-06Several pthreads updates. Enable linuxthreads_db. Several fixesEric Andersen1-5/+1