mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-08 02:10:18 +00:00
8 lines
133 B
Makefile
8 lines
133 B
Makefile
|
ifeq ($(subdir),csu)
|
||
|
ifeq (yes,$(build-shared))
|
||
|
# Compatibility
|
||
|
sysdep_routines += divdi3
|
||
|
shared-only-routines += divdi3
|
||
|
endif
|
||
|
endif
|