summaryrefslogtreecommitdiff
path: root/sysdeps/wordsize-32/Makefile
blob: 82beac44edd6c86d1a98359ce53e9e30b50e5adf (plain)
1
2
3
4
5
6
7
ifeq ($(subdir),csu)
ifeq (yes,$(build-shared))
sysdep_routines += divdi3
shared-only-routines += divdi3
CPPFLAGS-divdi3.c = -Din_divdi3_c
endif
endif