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
Fix implicit declaration
[glibc.git]
/
sysdeps
/
sh
/
Makefile
blob
bb7c5536205ccfd9574ceda8f9715ecbd098f27a
1
ifeq
($(
subdir
),
gmon
)
2
sysdep_routines
+=
_mcount
3
endif
4
5
ifeq
($(
subdir
),
debug
)
6
CFLAGS-backtrace.c
+= -
funwind-tables
7
endif