mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-14 01:00:07 +00:00
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
|