summaryrefslogtreecommitdiffstats
path: root/libpthread/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunk that gives us a valid NPTL dynamic loader and the start of t..."Steven J. Hill"2005-11-291-67/+9
* Sync with trunk."Steven J. Hill"2005-10-081-0/+4
* Sync with trunk."Steven J. Hill"2005-10-061-26/+17
* Fix up build system for NPTL. I admit it is much cleaner now, but I lost my e..."Steven J. Hill"2005-10-041-101/+11
* Rename option PTHREADS_NATIVE to be UCLIBC_HAS_THREADS_NATIVE instead. What a..."Steven J. Hill"2005-09-241-5/+5
* Big sync with trunk."Steven J. Hill"2005-09-241-13/+25
* Steve was taking stupid pills and hardcoded the version of the dynamic loader."Steven J. Hill"2005-08-111-1/+1
* Finally, all of the makefiles that make the magic happen. These changes allow..."Steven J. Hill"2005-08-091-1/+10
* Last of the merges along with latest changes for NPTL. Nothing much"Steven J. Hill"2005-07-301-23/+11
* Massive clean up of makefiles with a focus on being able to compile correctly"Steven J. Hill"2005-07-221-1/+15
* Cleanup original linuxthreads and update top-level threads makefiles."Steven J. Hill"2005-05-111-1/+1
* Haha. I caught it before you did."Steven J. Hill"2005-05-071-2/+2
* Add in configuration item and Makefile changes for NPTL. We will be"Steven J. Hill"2005-05-071-0/+8
* Use Makefile if statements rather than their shell counterparts.Peter Kjellerstedt2005-01-191-44/+39
* Peter S. Mazinger: make sure the ld RELRO and NOW options are independent opt...Mike Frysinger2004-12-261-3/+9
* Fix typoEric Andersen2004-12-221-2/+2
* Patch from Peter S. Mazinger:Eric Andersen2004-12-221-0/+6
* Cleaned up patch from Peter S. Mazinger adding support forEric Andersen2004-12-221-0/+2
* We can't strip libpthread or libthread_db can't help gdb debug ptheadsEric Andersen2004-12-111-1/+5
* libpthread can use the normal LDFLAGS (including -s to strip it), butEric Andersen2004-12-081-4/+3
* Rip out Peter's unacceptable "fix" and do the sane thing instead; buildManuel Novoa III2004-10-151-9/+8
* Peter Mazinger writes:Joakim Tjernlund2004-10-141-8/+4
* Peter S. Mazinger writes:Joakim Tjernlund2004-10-061-1/+1
* We need to link with libgcc.a when creating shared libs, in order toManuel Novoa III2004-01-161-2/+4
* minor cleanupEric Andersen2003-11-041-4/+4
* gdb wants to dlopen "libthread_db.so.1", so be sure to assignEric Andersen2003-10-311-1/+1
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-8/+8
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-7/+5
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-8/+8
* Fixup symlinks to libthread_dbEric Andersen2003-06-301-1/+3
* Make it so debugging pthreads works, even with DODEBUG turned offEric Andersen2003-03-111-2/+4
* Seperate pthread debugging from uClibc debugging. They are usedEric Andersen2003-03-041-1/+1
* Major update for pthreads, based in large part on improvementsEric Andersen2003-02-271-3/+1
* whitespaceMiles Bader2002-12-181-1/+1
* Make support for global constructors and global destructors beEric Andersen2002-11-271-0/+2
* Standardize LIBGCC_DIREric Andersen2002-11-051-5/+4
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-311-3/+3
* This commit contains a patch from Stefan Allius <allius@atecom.com> to changeEric Andersen2002-10-011-4/+13
* Only build libthread_db when both threads and debug are enabledEric Andersen2002-08-201-1/+1
* Based on work by Stefan Allius, arrange for early initialization ofEric Andersen2002-08-191-1/+4
* Several pthreads updates. Enable linuxthreads_db. Several fixesEric Andersen2002-08-061-5/+1
* Fixup and unifiy version numbering. Automate versioning updates.Eric Andersen2002-05-281-2/+2
* Russ Dill noticed that the symlinks for libpthread didn't matchEric Andersen2002-04-091-13/+12
* Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen2002-02-201-28/+84
* Fix the bug where binaries built with older toolchains wouldEric Andersen2002-01-281-3/+3
* Tell ld explicitly when stuff is supposed to by dynamically linkedEric Andersen2002-01-161-1/+1
* Depend upon libcEric Andersen2002-01-121-1/+1
* More build system cleanups...Eric Andersen2002-01-111-1/+1
* Scrub the way libraries are linked. Use ld, not gcc, to avoidEric Andersen2002-01-111-2/+3
* Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' forEric Andersen2002-01-011-2/+2