diff options
author | Tom de Vries <tom@codesourcery.com> | 2013-02-11 22:06:00 +0100 |
---|---|---|
committer | Tom de Vries <tom@codesourcery.com> | 2013-02-11 23:10:26 +0100 |
commit | fe77fe6d5155d224edfebbccdbfbc68f62e750dc (patch) | |
tree | 151b5195cf325afce509e94d64eef48210fd2d09 /string | |
parent | 3a09b6208d9ac9ef1563be63c56a56f1f45e4909 (diff) | |
download | glibc-fe77fe6d5155d224edfebbccdbfbc68f62e750dc.tar.gz |
Remove dead CFLAGS lines from string/Makefile
Diffstat (limited to 'string')
-rw-r--r-- | string/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
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 |