summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-12-05 20:39:51 +0000
committerEric Andersen <andersen@codepoet.org>2003-12-05 20:39:51 +0000
commit337011435791b543f52786b085c3c5c298490acd (patch)
tree0602b88984ccfabc14260878ff2ec10c949bb549 /extra
parent91a32cb9815ca525726168750566d9acdb099a73 (diff)
Paul Mundt <lethal@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.
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.sh1
1 files changed, 0 insertions, 1 deletions
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"