Files
glibc/sysdeps/mach/hurd/i386/Makefile
T
Samuel Thibault 47dd7e0dac hurd: Set _TIME_BITS=32 for installed programs on i386/Hurd
We do not plan to take the time to implement the compatibility layer.
Other 32b Hurd ports will be able to directly use 64b time_t.
2026-08-27 11:41:22 +02:00

17 lines
366 B
Makefile

# hurd-i386 does not support 64b time_t
+time64-flags = -D_TIME_BITS=32
ifeq ($(subdir),csu)
ifeq (yes,$(build-shared))
sysdep_routines += divdi3
shared-only-routines += divdi3
CPPFLAGS-divdi3.c = -Din_divdi3_c
endif
endif
ifeq ($(subdir),conform)
# For bugs 23081, 23082, 23083, 23084, 23085, 23086.
# (type conformance)
conformtest-xfail-conds += i386-gnu
endif