mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
510afb6420
-Din_divdi3_c. * sysdeps/wordsize-32/symbol-hacks.h: Skip if in_divdi3_c is defined.
8 lines
151 B
Makefile
8 lines
151 B
Makefile
ifeq ($(subdir),csu)
|
|
ifeq (yes,$(build-shared))
|
|
sysdep_routines += divdi3
|
|
shared-only-routines += divdi3
|
|
CPPFLAGS-divdi3.c = -Din_divdi3_c
|
|
endif
|
|
endif
|