Browse Source

superh: enable time64

Waldemar Brodkorb 1 month ago
parent
commit
ab498a3c25
2 changed files with 1 additions and 3 deletions
  1. 1 0
      extra/Configs/Config.in
  2. 0 3
      libc/sysdeps/linux/sh/bits/uClibc_arch_features.h

+ 1 - 0
extra/Configs/Config.in

@@ -1034,6 +1034,7 @@ config UCLIBC_USE_TIME64
 		   TARGET_powerpc                        || \
 		   TARGET_riscv32                        || \
 		   TARGET_sparc                          || \
+		   TARGET_sh                             || \
 		   TARGET_xtensa
 	# TODO: add support for other architectures
 	default n

+ 0 - 3
libc/sysdeps/linux/sh/bits/uClibc_arch_features.h

@@ -15,9 +15,6 @@
 /* can your target use syscall6() for mmap ? */
 #define __UCLIBC_MMAP_HAS_6_ARGS__
 
-/* does your target use statx */
-#undef __UCLIBC_HAVE_STATX__
-
 /* does your target align 64bit values in register pairs ? (32bit arches only) */
 #undef __UCLIBC_SYSCALL_ALIGN_64BIT__