소스 검색

riscv64: enable CTORS, fixes C++ applications, found by sorear

Waldemar Brodkorb 1 개월 전
부모
커밋
6c5b3b0ce2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      extra/Configs/Config.in

+ 1 - 1
extra/Configs/Config.in

@@ -544,7 +544,7 @@ config LDSO_LD_LIBRARY_PATH
 
 config UCLIBC_CTOR_DTOR
 	bool
-	default y if !TARGET_riscv64 && !TARGET_lm32
+	default y
 	help
 	  If you wish to build uClibc with support for global constructor
 	  (ctor) and global destructor (dtor) support, then answer Y here.