Selaa lähdekoodia

config: enable TIME64 by default

Waldemar Brodkorb 1 vuosi sitten
vanhempi
commit
d3a86aa756
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  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.