about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/i386/Makefile
blob: 8fe93ef27aa3f58f7f1c6b4ccc438b7666958029 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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