Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | spent this morning beating i386 nptl into shape | Austin Foxley | 2009-09-22 | 1 | -1/+7 |
| | | | | | | Got it compiling thus far, still working on getting it to run Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | nptl/: fix .dep files not working for libpthread.a | Austin Foxley | 2009-09-22 | 1 | -0/+4 |
| | | | | | | | the variable libpthread-a-y was holding %.o instead of %.os, so the .dep make rules were rebuilding the whole lib every time Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | Rework nptl build system for cleaning headers and objects | Carmelo Amoroso | 2008-12-03 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | to be compliant with all other Makefile. The output of the make clean (silent mode) will be as follows: CLEAN ld-uClibc CLEAN libdl <....> CLEAN nptl_pthread_generic CLEAN nptl_pthread CLEAN nptl_arch CLEAN nptl_linux CLEAN nptl_linux_arch CLEAN libthread_db <....> CLEAN nptl_headers CLEAN nptl_arch_headers CLEAN nptl_linux_headers CLEAN nptl_db_headers Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | Synch the whole build system. Also including recent fix on testsuite build ↵ | Carmelo Amoroso | 2008-07-09 | 1 | -3/+5 |
| | | | | system | ||||
* | Remove extra / from directory name | Carmelo Amoroso | 2008-03-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | Synch nptl branch with SH port: as requested by sjhill for mips-ash4 merge | Carmelo Amoroso | 2007-11-19 | 1 | -3/+17 |
| | |||||
* | Finally check in all the changes I made for NPTL library proper. | "Steven J. Hill" | 2006-08-21 | 1 | -1/+1 |
| | |||||
* | Rename files and create symbolic links for the thread library versions. Add ↵ | "Steven J. Hill" | 2006-02-05 | 1 | -2/+24 |
| | | | | in new files from glibc and update makefile for all of the changes. | ||||
* | Fix build files so that CFLAGS and ASFLAGS do not bleed over into building ↵ | "Steven J. Hill" | 2005-12-17 | 1 | -23/+23 |
| | | | | other code in the system. $!^%@!#$$ | ||||
* | NPTL changes for signal handling, getpid, sleep, raise and a few things | "Steven J. Hill" | 2005-12-08 | 1 | -19/+49 |
| | | | | for new librt code. Also cleaned up the makefiles. | ||||
* | Add in new make directives for NPTL. | "Steven J. Hill" | 2005-12-02 | 1 | -0/+68 |