Peter S. Mazinger
|
ba31c6c463
Remove TOPDIR
|
19 лет назад |
Mike Frysinger
|
5da18e1903
import new linuxthreads_db from glibc HEAD
|
19 лет назад |
Mike Frysinger
|
a9f5aa1cc9
rename current stable linuxthreads to linuxthreads.old to prepare for import of latest glibc version
|
19 лет назад |
Peter S. Mazinger
|
e6aa37afc9
Replace all Makefiles for new build infrastucture
|
19 лет назад |
Peter S. Mazinger
|
c752a13fff
Curious failure now, haven't touched this one.
|
19 лет назад |
Peter S. Mazinger
|
3a7ac9c7a7
Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much.
|
19 лет назад |
Peter S. Mazinger
|
998913a5ce
Do not defer expansions where useless, like CSRC/OBJS/LIB_NAME/AR_LIB_NAME, defer only for shared lib related stuff, because it is optional. Run STRIPTOOL only once. More use of /$^/$<.
|
19 лет назад |
"Steven J. Hill"
|
8c7ac6fc36
Clean up pthread include mess. Some of these will be needed to support NPTL, but they do no harm for the linuxthreads case. Yes, I tested this.
|
19 лет назад |
Peter S. Mazinger
|
f70602be19
Remove ar-target and shared targets, at build time now we traverse the tree only once. Generalize all toplevel makefiles. Make sure, that libdl.so is built against libc.so and not libc.a
|
19 лет назад |
Joakim Tjernlund
|
75ca73f431
Add patch at bugs 274. From Peter Manzinger.
|
19 лет назад |
Mike Frysinger
|
2216a1d79e
rework the dependencies so libpthread_db.a is only rebuilt when the object files get updated
|
20 лет назад |
Eric Andersen
|
dd3fb0f8c1
Peter Kjellerstedt writes:
|
21 лет назад |
Eric Andersen
|
187dd78d7b
Major update for pthreads, based in large part on improvements
|
22 лет назад |
Eric Andersen
|
ff76847937
I missed a file
|
22 лет назад |
Eric Andersen
|
7711a9b8e8
Several pthreads updates. Enable linuxthreads_db. Several fixes
|
22 лет назад |
Eric Andersen
|
58bd16ab17
Fixup and unifiy version numbering. Automate versioning updates.
|
22 лет назад |
Eric Andersen
|
b0cc86a6fc
Lose the _GNU_SOURCE and just add __USE_GNU to the one file that needs
|
23 лет назад |
Eric Andersen
|
e356ea321c
Merge in the pthread library. This is the linuxthreads library taken from
|
23 лет назад |