diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-25 18:11:55 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-26 09:28:10 +0200 |
commit | 265e815fa636caefe29594481c1be9036c3dbb6d (patch) | |
tree | 8e56cf9c16ee83b67be3f2c13f303ecaacefa47d /target | |
parent | c481caafc0aef67cbb7993be332925855a51d61f (diff) |
nios2: allow to play with ld.so
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.cpu | 1 | ||||
-rw-r--r-- | target/nios2/uclibc-ng.config | 28 |
2 files changed, 25 insertions, 4 deletions
diff --git a/target/config/Config.in.cpu b/target/config/Config.in.cpu index 673dda252..815f96695 100644 --- a/target/config/Config.in.cpu +++ b/target/config/Config.in.cpu @@ -945,7 +945,6 @@ config ADK_TARGET_CPU_NIOS2 select ADK_TARGET_SUPPORTS_LT select ADK_TARGET_SUPPORTS_NPTL select ADK_TARGET_WITH_MMU - select ADK_TARGET_USE_STATIC_LIBS_ONLY if ADK_TARGET_LIB_UCLIBC_NG depends on ADK_TARGET_ARCH_NIOS2 # openrisc diff --git a/target/nios2/uclibc-ng.config b/target/nios2/uclibc-ng.config index e5d2f93ed..2e4c1afea 100644 --- a/target/nios2/uclibc-ng.config +++ b/target/nios2/uclibc-ng.config @@ -1,7 +1,8 @@ # # Automatically generated file; DO NOT EDIT. -# uClibc-ng 1.0.21 C Library Configuration +# uClibc-ng 1.0.22 C Library Configuration # +# TARGET_aarch64 is not set # TARGET_alpha is not set # TARGET_arc is not set # TARGET_arm is not set @@ -58,9 +59,24 @@ HAVE_DOT_CONFIG=y # General Library Settings # DOPIC=y -ARCH_HAS_NO_SHARED=y -ARCH_HAS_NO_LDSO=y +HAVE_SHARED=y +# FORCE_SHAREABLE_TEXT_SEGMENTS is not set +LDSO_LDD_SUPPORT=y +LDSO_CACHE_SUPPORT=y +LDSO_PRELOAD_ENV_SUPPORT=y +# LDSO_PRELOAD_FILE_SUPPORT is not set +LDSO_BASE_FILENAME="ld.so" +# LDSO_STANDALONE_SUPPORT is not set +# LDSO_PRELINK_SUPPORT is not set +# UCLIBC_STATIC_LDCONFIG is not set +LDSO_RUNPATH=y +LDSO_RUNPATH_OF_EXECUTABLE=y +LDSO_SAFE_RUNPATH=y +LDSO_SEARCH_INTERP_PATH=y +LDSO_LD_LIBRARY_PATH=y +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 @@ -68,6 +84,7 @@ UCLIBC_HAS_THREADS=y UCLIBC_HAS_TLS=y # PTHREADS_DEBUG_SUPPORT is not set UCLIBC_HAS_SYSLOG=y +UCLIBC_HAS_LFS=y # MALLOC is not set # MALLOC_SIMPLE is not set MALLOC_STANDARD=y @@ -207,6 +224,8 @@ HARDWIRED_ABSPATH=y UCLIBC_HAS_ARC4RANDOM=y # ARC4RANDOM_USES_NODEV is not set # UCLIBC_HAS_SSP is not set +UCLIBC_BUILD_RELRO=y +# UCLIBC_BUILD_NOW is not set UCLIBC_BUILD_NOEXECSTACK=y # @@ -217,6 +236,9 @@ UCLIBC_EXTRA_CFLAGS="" # DODEBUG is not set # DOSTRIP is not set # DOASSERTS is not set +# SUPPORT_LD_DEBUG is not set +# SUPPORT_LD_DEBUG_EARLY is not set # UCLIBC_MALLOC_DEBUGGING is not set +# UCLIBC_HAS_BACKTRACE is not set WARNINGS="-Wall" # EXTRA_WARNINGS is not set |