diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-15 16:43:22 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-15 16:43:34 +0200 |
commit | 87af7e04a706664528edaedb255175b26ffecc04 (patch) | |
tree | 0d4e6fda875b033c7763e525c3a26e92c8802355 /target/arm | |
parent | e7702be642eb91c48b6c596ab148b8a3a69db53a (diff) |
config fixes
Diffstat (limited to 'target/arm')
-rw-r--r-- | target/arm/uclibc-ng.config | 1 | ||||
-rw-r--r-- | target/arm/uclibc.config | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/target/arm/uclibc-ng.config b/target/arm/uclibc-ng.config index 02bf8beb7..f7920f4fd 100644 --- a/target/arm/uclibc-ng.config +++ b/target/arm/uclibc-ng.config @@ -66,6 +66,7 @@ LDSO_SAFE_RUNPATH=y LDSO_SEARCH_INTERP_PATH=y LDSO_LD_LIBRARY_PATH=y # LDSO_NO_CLEANUP is not set +UCLIBC_CTOR_DTOR=y # LDSO_GNU_HASH_SUPPORT is not set # HAS_NO_THREADS is not set UCLIBC_HAS_THREADS_NATIVE=y diff --git a/target/arm/uclibc.config b/target/arm/uclibc.config index 9656f6b41..bc177dac2 100644 --- a/target/arm/uclibc.config +++ b/target/arm/uclibc.config @@ -138,7 +138,7 @@ UCLIBC_HAS_BSD_ERR=y UCLIBC_HAS_OBSOLETE_BSD_SIGNAL=y # UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL is not set # UCLIBC_NTP_LEGACY is not set -UCLIBC_SV4_DEPRECATED=yes +UCLIBC_SV4_DEPRECATED=y UCLIBC_HAS_REALTIME=y UCLIBC_HAS_ADVANCED_REALTIME=y UCLIBC_HAS_EPOLL=y |