From 337011435791b543f52786b085c3c5c298490acd Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 5 Dec 2003 20:39:51 +0000 Subject: Paul Mundt 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. --- extra/Configs/Config.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'extra/Configs/Config.sh') diff --git a/extra/Configs/Config.sh b/extra/Configs/Config.sh index 42be68cd3..2edee5513 100644 --- a/extra/Configs/Config.sh +++ b/extra/Configs/Config.sh @@ -59,7 +59,6 @@ config CONFIG_SH4 config CONFIG_SH5 select UCLIBC_HAS_MMU - select HAS_NO_THREADS select ARCH_HAS_NO_LDSO bool "SH5" -- cgit v1.2.3