diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-28 13:49:53 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-28 13:49:53 +0200 |
commit | 8d848563e88c4b8f444204669a8618c3f579b30b (patch) | |
tree | fd00ab628a22c4939854a27321304966e5932f59 /target/x86 | |
parent | 577a317117f2e892312a548d8abb34df294698d0 (diff) |
disable gnu hash support in default config, will be enabled on demand later
Diffstat (limited to 'target/x86')
-rw-r--r-- | target/x86/uclibc-ng.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/x86/uclibc-ng.config b/target/x86/uclibc-ng.config index c7c955bdd..82bd14999 100644 --- a/target/x86/uclibc-ng.config +++ b/target/x86/uclibc-ng.config @@ -70,7 +70,7 @@ LDSO_SAFE_RUNPATH=y LDSO_SEARCH_INTERP_PATH=y LDSO_LD_LIBRARY_PATH=y LDSO_NO_CLEANUP=y -LDSO_GNU_HASH_SUPPORT=y +# LDSO_GNU_HASH_SUPPORT is not set # HAS_NO_THREADS is not set UCLIBC_HAS_THREADS_NATIVE=y UCLIBC_HAS_THREADS=y |