From 60eae0def70b8a2e768c6a5bec352da9d648b26c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 16 Oct 2019 02:24:18 +0200 Subject: riscv64: add shared library support --- extra/Configs/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/Configs/Config.in') 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. -- cgit v1.2.3