7 lines
117 B
Makefile
7 lines
117 B
Makefile
|
ifeq ($(subdir),csu)
|
||
|
ifeq (yes,$(build-shared))
|
||
|
sysdep_routines += divdi3
|
||
|
shared-only-routines += divdi3
|
||
|
endif
|
||
|
endif
|