summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/sysdeps/sparc/Makefile.arch
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* sparc32 nptl functionalaustinf2009-03-191-0/+49
* 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.