mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-27 04:41:02 +08: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
|