| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Similarly to libm, remove recursion from linuxthreads. Now only libc.a and ↵ | Peter S. Mazinger | 2005-09-29 | 1 | -43/+0 |
| | | | | | libc.so are rebuilt again if make is run a second time. | ||||
| * | Remove ar-target and shared targets, at build time now we traverse the tree ↵ | Peter S. Mazinger | 2005-09-28 | 1 | -16/+10 |
| | | | | | only once. Generalize all toplevel makefiles. Make sure, that libdl.so is built against libc.so and not libc.a | ||||
| * | Patch from Peter S. Mazinger to consistantly use "ASFLAGS" | Eric Andersen | 2004-12-22 | 1 | -2/+2 |
| | | | | | as the flags for all calls to 'as' | ||||
| * | Paul Mundt <lethal@linux-sh.org> writes: | Eric Andersen | 2003-12-05 | 1 | -0/+49 |
| This patch adds the libpthread backend bits for sh64. As noted previously, we can't inline things like the testandset() in pt-machine.h as we need to use a completely different ISA / CFLAGS in order for this to work. As a result, this patch is somewhat of a RFC as well to see what people think of the libpthread/linuxthreads/sysdeps Makefile approach, etc. The approach I've taken currently has been to provide a sysdeps/Makefile with a note that TARGET_ARCHs that want build rules can simply add themselves into the list of matching architectures to add to the subdir rule for. This probably isn't the cleanest solution, but it's quite transparent and works quite well. | |||||
