mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-17 02:20:10 +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
|