glibc/sysdeps/arm/Makefile

8 lines
133 B
Makefile

ifeq ($(subdir),csu)
ifeq (yes,$(build-shared))
# Compatibility
sysdep_routines += divdi3
shared-only-routines += divdi3
endif
endif