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