[uClibc-cvs] uClibc/extra/Configs Config.sh,1.44,1.45

Erik Andersen andersen at uclibc.org
Fri Dec 5 20:40:01 UTC 2003


Update of /var/cvs/uClibc/extra/Configs
In directory winder:/tmp/cvs-serv28214/extra/Configs

Modified Files:
	Config.sh 
Log Message:
Paul Mundt <lethal at linux-sh.org> writes:

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.



Index: Config.sh
===================================================================
RCS file: /var/cvs/uClibc/extra/Configs/Config.sh,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- Config.sh	3 Dec 2003 23:03:59 -0000	1.44
+++ Config.sh	5 Dec 2003 20:39:51 -0000	1.45
@@ -59,7 +59,6 @@
 
 config CONFIG_SH5
 	select UCLIBC_HAS_MMU
-	select HAS_NO_THREADS
 	select ARCH_HAS_NO_LDSO
 	bool "SH5"
 




More information about the uClibc-cvs mailing list