Merge pull request #5101 from mysterywolf/libcusingtimesss

[libc]在开启libc后依然保持RT_LIBC_USING_TIME定义存在
This commit is contained in:
Bernard Xiong 2021-09-27 14:15:03 +08:00 committed by GitHub
commit 2be7621330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,9 @@ if RT_USING_LIBC && RT_USING_DFS
endif
if RT_USING_LIBC
config RT_LIBC_USING_TIME
default y
config RT_USING_MODULE
bool "Enable dynamic module with dlopen/dlsym/dlclose feature"
default n