From: Roland McGrath Date: Sun, 25 Aug 2002 20:14:26 +0000 (+0000) Subject: 2002-08-25 Roland McGrath X-Git-Tag: cvs/glibc-2-3~381 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d8a36a812d9ee3c2fd935d2391b27303903f0091;p=thirdparty%2Fglibc.git 2002-08-25 Roland McGrath * misc/Makefile (CFLAGS-init-misc.c): Varaible removed. It served to set -fkeep-inline-functions, which is not needed for the current file. --- diff --git a/misc/Makefile b/misc/Makefile index a647c06d2f6..b9c5ee62284 100644 --- 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