diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-25 20:14:26 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-25 20:14:26 +0000 |
commit | d8a36a812d9ee3c2fd935d2391b27303903f0091 (patch) | |
tree | 404c6253ee25cc817bb7a2677445ca451e5850f8 | |
parent | fd77c3615da7e73e590e2d85a86145a003f9ce6b (diff) | |
download | glibc-d8a36a812d9ee3c2fd935d2391b27303903f0091.tar glibc-d8a36a812d9ee3c2fd935d2391b27303903f0091.tar.gz glibc-d8a36a812d9ee3c2fd935d2391b27303903f0091.tar.bz2 glibc-d8a36a812d9ee3c2fd935d2391b27303903f0091.zip |
2002-08-25 Roland McGrath <roland@redhat.com>
* misc/Makefile (CFLAGS-init-misc.c): Varaible removed. It served to
set -fkeep-inline-functions, which is not needed for the current file.
-rw-r--r-- | misc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/Makefile b/misc/Makefile index a647c06d2f..b9c5ee6228 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 |