diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2019-10-16 02:24:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2019-11-01 00:39:10 +0100 |
commit | 60eae0def70b8a2e768c6a5bec352da9d648b26c (patch) | |
tree | 9317f3e850bbccd618c274a25bd3deadee5f5549 /extra/Configs/Config.in | |
parent | 01e863c89fc772a406fe56c6dddb39f71a570c06 (diff) |
riscv64: add shared library support
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r-- | extra/Configs/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index e062086ac..414a77f3f 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -480,7 +480,7 @@ config LDSO_LD_LIBRARY_PATH config UCLIBC_CTOR_DTOR bool - default y + default y if !TARGET_riscv64 help If you wish to build uClibc with support for global constructor (ctor) and global destructor (dtor) support, then answer Y here. |