diff options
author | 2013-02-11 22:06:00 +0100 | |
---|---|---|
committer | 2013-02-11 23:10:26 +0100 | |
commit | fe77fe6d5155d224edfebbccdbfbc68f62e750dc (patch) | |
tree | 151b5195cf325afce509e94d64eef48210fd2d09 | |
parent | Fix a typo in the mremap comment. (diff) | |
download | glibc-fe77fe6d5155d224edfebbccdbfbc68f62e750dc.tar.xz glibc-fe77fe6d5155d224edfebbccdbfbc68f62e750dc.zip |
Remove dead CFLAGS lines from string/Makefile
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | string/Makefile | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -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> * misc/sys/mman.h: Fix typo in mremap comment. diff --git a/string/Makefile b/string/Makefile index 44bbd0c843..894bae4a52 100644 --- a/string/Makefile +++ b/string/Makefile @@ -75,8 +75,6 @@ CFLAGS-tst-strlen.c = -fno-builtin CFLAGS-stratcliff.c = -fno-builtin CFLAGS-test-ffs.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) tests: $(objpfx)tst-svc.out |