diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2019-10-15 23:07:51 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2019-10-15 23:08:36 +0200 |
commit | fb1227583603bc6fefbdac5c1b1bf81cdf737d65 (patch) | |
tree | a5bc6785527cf8bdc19e7ea5b27ceadae366edf5 /target/nds32 | |
parent | fc597779adafc38a94c55798e42c11df610b7d4d (diff) |
allow to build nds32 toolchain with old kernel
Diffstat (limited to 'target/nds32')
-rw-r--r-- | target/nds32/uclibc-ng.config | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/target/nds32/uclibc-ng.config b/target/nds32/uclibc-ng.config index ee4791b35..30fd0f31a 100644 --- a/target/nds32/uclibc-ng.config +++ b/target/nds32/uclibc-ng.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# uClibc-ng 1.0.25 C Library Configuration +# uClibc-ng 1.0.32 C Library Configuration # # TARGET_aarch64 is not set # TARGET_alpha is not set @@ -10,6 +10,7 @@ # TARGET_bfin is not set # TARGET_c6x is not set # TARGET_cris is not set +# TARGET_csky is not set # TARGET_frv is not set # TARGET_h8300 is not set # TARGET_hppa is not set @@ -24,9 +25,11 @@ TARGET_nds32=y # TARGET_nios2 is not set # TARGET_or1k is not set # TARGET_powerpc is not set +# TARGET_riscv64 is not set # TARGET_sh is not set # TARGET_sparc is not set # TARGET_sparc64 is not set +# TARGET_tile is not set # TARGET_x86_64 is not set # TARGET_xtensa is not set @@ -78,7 +81,6 @@ 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 @@ -223,7 +225,6 @@ HARDWIRED_ABSPATH=y # Security options # # UCLIBC_BUILD_PIE is not set -# UCLIBC_HAS_ARC4RANDOM is not set # UCLIBC_HAS_SSP is not set # UCLIBC_BUILD_RELRO is not set # UCLIBC_BUILD_NOW is not set |