浏览代码

config: enable TIME64 by default

Waldemar Brodkorb 11 月之前
父节点
当前提交
d3a86aa756
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      extra/Configs/Config.in

+ 1 - 2
extra/Configs/Config.in

@@ -1040,8 +1040,7 @@ config UCLIBC_USE_TIME64
 		   TARGET_sh                             || \
 		   TARGET_xtensa
 	# TODO: add support for other architectures
-	default y if TARGET_riscv32
-	default n
+	default y
 
 	help
 	  Replace 32bit syscalls to their 64/time64 analog if possible.