1 2 3 4 5 6 7
ifeq ($(subdir),csu) ifeq (yes,$(build-shared)) # Compatibility sysdep_routines += divdi3 shared-only-routines += divdi3 endif endif