diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-12-02 23:16:59 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-12-02 23:16:59 +0000 |
commit | e5fdec4103c4af73fd3e40f5519988bef708c6ee (patch) | |
tree | 50ec2e97b1ea1658b1e43a7a1865d1ed4d4c305c /extra | |
parent | 0b8749d6311f856a4bdd04f52cbd47cd20ed26e1 (diff) |
Disable pthreads for sh64 for the time being (since it is not
currently supported)
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/Configs/Config.sh b/extra/Configs/Config.sh index b6034f062..348b180b7 100644 --- a/extra/Configs/Config.sh +++ b/extra/Configs/Config.sh @@ -58,6 +58,7 @@ config CONFIG_SH4 config CONFIG_SH5 select UCLIBC_HAS_MMU + select HAS_NO_THREADS select ARCH_HAS_NO_LDSO bool "SH5" |