repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove gets declaration
[glibc.git]
/
sysdeps
/
wordsize-32
/
Makefile
blob
82beac44edd6c86d1a98359ce53e9e30b50e5adf
1
ifeq
($(
subdir
),
csu
)
2
ifeq
(
yes
,$(
build-shared
))
3
sysdep_routines
+=
divdi3
4
shared-only-routines
+=
divdi3
5
CPPFLAGS-divdi3.c
= -
Din_divdi3_c
6
endif
7
endif