summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* whitespace fixesAustin Foxley2009-10-171-4/+4
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* spent this morning beating i386 nptl into shapeAustin Foxley2009-09-221-0/+5
| | | | | | Got it compiling thus far, still working on getting it to run Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* sparc nptl: make sure correct clone.S and pt-vfork.S get in libpthreadAustin Foxley2009-09-221-0/+1
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* nptl/: fix .dep files not working for libpthread.aAustin Foxley2009-09-221-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>
* build: use $(do_sed) command for pretty printingCarmelo Amoroso2009-07-291-4/+4
| | | | | | | Use the $(do_sed) command instead of plain @sed for pretty printing target generation by sed. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* sparc nptl needs it's own lowlevellock.caustinf2009-03-211-2/+0
| | | | | * Since sparc < v9 doesn't have a real compare exchange instruction, we implement it with a test and set.
* sparc32 nptl functionalaustinf2009-03-191-1/+1
| | | | | | | | | * pulled updated asm and headers from glibc for sparc32 * probably no cancellation support yet * no shared TLS relocs yet, since ldso is hosed on sparc still note: didn't use TARGET_SUBARCH method of includes since that would cause other parts of libc to fail currently. Will need to be fixed later.
* Fix some nptl clean target removing bash-like globs to be compliantCarmelo Amoroso2008-12-031-6/+5
| | | | with other shell, as pointed out by Bernhard.
* Rework nptl build system for cleaning headers and objectsCarmelo Amoroso2008-12-031-7/+9
| | | | | | | | | | | | | | | | | | | | | | 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>
* Signed-off-by: Khem Raj <raj.khem@gmail.com>Khem Raj2008-07-111-4/+1
| | | | | We have pt-sleep.c now no need to create link and worse make clean deletes the proper pt-sleep.c file.
* Exclude some files for ARM NPTL, Do not use _libc_fatalKhem Raj2008-07-101-1/+5
|
* Synch the whole build system. Also including recent fix on testsuite build ↵Carmelo Amoroso2008-07-091-12/+14
| | | | system
* Remove symlink too during make cleanCarmelo Amoroso2008-05-151-1/+1
|
* Remove extra / from directory nameCarmelo Amoroso2008-03-051-2/+2
| | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Synch nptl branch with SH port: as requested by sjhill for mips-ash4 mergeCarmelo Amoroso2007-11-191-37/+38
|
* Finally check in all the changes I made for NPTL library proper."Steven J. Hill"2006-08-211-25/+76
|
* Add in files and necessary make targets to autogenerate header files for ↵"Steven J. Hill"2006-02-051-13/+81
| | | | various offsets needed for TLS storage access and low level locking which be used by architectures other than MIPS. (HINT: maybe I'm working other architectures for NPTL, maybe I'm not. I'll never tell.)
* Changes to make 'h_errno' be a TLS variable. These changes should be ↵"Steven J. Hill"2006-01-051-2/+2
| | | | portable into the trunk as, I think, they handle both thread and non-threaded cases and maybe only minor tweaks to handle the linuxthreads model, if any.
* Fix build files so that CFLAGS and ASFLAGS do not bleed over into building ↵"Steven J. Hill"2005-12-171-0/+1
| | | | other code in the system. $!^%@!#$$
* NPTL changes for signal handling, getpid, sleep, raise and a few things"Steven J. Hill"2005-12-081-8/+14
| | | | for new librt code. Also cleaned up the makefiles.
* Add in new make directives for NPTL."Steven J. Hill"2005-12-021-0/+68