mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Remove dead CFLAGS lines from string/Makefile
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2013-02-11 Tom de Vries <tom@codesourcery.com>
|
||||||
|
|
||||||
|
* string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
|
||||||
|
Remove.
|
||||||
|
|
||||||
2013-02-11 Roland McGrath <roland@hack.frob.com>
|
2013-02-11 Roland McGrath <roland@hack.frob.com>
|
||||||
|
|
||||||
* misc/sys/mman.h: Fix typo in mremap comment.
|
* misc/sys/mman.h: Fix typo in mremap comment.
|
||||||
|
@ -75,8 +75,6 @@ CFLAGS-tst-strlen.c = -fno-builtin
|
|||||||
CFLAGS-stratcliff.c = -fno-builtin
|
CFLAGS-stratcliff.c = -fno-builtin
|
||||||
CFLAGS-test-ffs.c = -fno-builtin
|
CFLAGS-test-ffs.c = -fno-builtin
|
||||||
CFLAGS-tst-inlcall.c = -fno-builtin
|
CFLAGS-tst-inlcall.c = -fno-builtin
|
||||||
CFLAGS-bug-strstr1.c = -fno-builtin
|
|
||||||
CFLAGS-bug-strcasestr1.c = -fno-builtin
|
|
||||||
|
|
||||||
ifeq ($(run-built-tests),yes)
|
ifeq ($(run-built-tests),yes)
|
||||||
tests: $(objpfx)tst-svc.out
|
tests: $(objpfx)tst-svc.out
|
||||||
|
Reference in New Issue
Block a user