diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-07 07:41:14 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-07 07:41:21 +0100 |
commit | c3999afcffcdca7385da932699fc80bc12bb9ef4 (patch) | |
tree | 0447afcade914d52ef5e0b86755591ca974e1fad /target | |
parent | 2a0839505763a53e690001c23d972345cde628a3 (diff) |
refresh uClibc-ng config for sh
Diffstat (limited to 'target')
-rw-r--r-- | target/sh/uclibc-ng.config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/sh/uclibc-ng.config b/target/sh/uclibc-ng.config index 9e2914ccb..eb402749f 100644 --- a/target/sh/uclibc-ng.config +++ b/target/sh/uclibc-ng.config @@ -39,7 +39,8 @@ FORCE_OPTIONS_FOR_ARCH=y # CONFIG_SH3 is not set CONFIG_SH4=y # CONFIG_SH4A is not set -TARGET_SUBARCH="" +ARCH_HAS_BWD_MEMCPY=y +TARGET_SUBARCH="sh4" # # Using ELF file format @@ -82,6 +83,7 @@ LDSO_NO_CLEANUP=y UCLIBC_CTOR_DTOR=y # LDSO_GNU_HASH_SUPPORT is not set # HAS_NO_THREADS is not set +# UCLIBC_HAS_LINUXTHREADS is not set UCLIBC_HAS_THREADS_NATIVE=y UCLIBC_HAS_THREADS=y UCLIBC_HAS_TLS=y |