mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 07:20:11 +00:00
e0dc827bf6
As they will actually be usable on x86_64 too.
14 lines
293 B
Makefile
14 lines
293 B
Makefile
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
|