mirror of
git://sourceware.org/git/glibc.git
synced 2026-09-08 23:58:31 +08:00
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.
17 lines
366 B
Makefile
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
|