projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd77c36
)
2002-08-25 Roland McGrath <roland@redhat.com>
author
Roland McGrath
<roland@gnu.org>
Sun, 25 Aug 2002 20:14:26 +0000
(20:14 +0000)
committer
Roland McGrath
<roland@gnu.org>
Sun, 25 Aug 2002 20:14:26 +0000
(20:14 +0000)
* misc/Makefile (CFLAGS-init-misc.c): Varaible removed. It served to
set -fkeep-inline-functions, which is not needed for the current file.
misc/Makefile
patch
|
blob
|
history
diff --git
a/misc/Makefile
b/misc/Makefile
index a647c06d2f6a535ab3d8ae2de7ac4405802342a3..b9c5ee622842d1340ab7da07c5cb0ee17e7adda4 100644
(file)
--- a/
misc/Makefile
+++ b/
misc/Makefile
@@
-83,8
+83,6
@@
include ../Rules
$(objpfx)libbsd-compat.a: $(dep-dummy-lib); $(make-dummy-lib)
$(objpfx)libg.a: $(dep-dummy-lib); $(make-dummy-lib)
-CFLAGS-init-misc.c = -fkeep-inline-functions
-
ifeq ($(build-shared),yes)
$(objpfx)tst-tsearch: $(common-objpfx)math/libm.so$(libm.so-version)
else