Browse Source

config: enable TIME64 by default

Waldemar Brodkorb 10 months ago
parent
commit
d3a86aa756
1 changed files with 1 additions and 2 deletions
  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.