diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-23 11:37:33 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-23 11:37:33 +0200 |
commit | 7d68ceb8174763e4875dd5f91d2352686c96d26f (patch) | |
tree | c27c4a03d02c8c29ad3e44bd4673038a62392117 /target/sparc | |
parent | 83269248e437d15f040975e5d40dfc9ad599ab0e (diff) |
enable alpha/sparc for testing, it is broken
Diffstat (limited to 'target/sparc')
-rw-r--r-- | target/sparc/uclibc-ng.config | 2 | ||||
-rw-r--r-- | target/sparc/uclibc.config | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/sparc/uclibc-ng.config b/target/sparc/uclibc-ng.config index 42641c3a3..cb6cfedda 100644 --- a/target/sparc/uclibc-ng.config +++ b/target/sparc/uclibc-ng.config @@ -67,7 +67,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 diff --git a/target/sparc/uclibc.config b/target/sparc/uclibc.config index 99c9964d2..8436066b7 100644 --- a/target/sparc/uclibc.config +++ b/target/sparc/uclibc.config @@ -82,7 +82,7 @@ LDSO_SEARCH_INTERP_PATH=y LDSO_LD_LIBRARY_PATH=y LDSO_NO_CLEANUP=y UCLIBC_CTOR_DTOR=y -LDSO_GNU_HASH_SUPPORT=y +# LDSO_GNU_HASH_SUPPORT is not set # HAS_NO_THREADS is not set # LINUXTHREADS_OLD is not set # LINUXTHREADS_NEW is not set |