string: Replace = with += in CFLAGS-xxx.c
commite70c6fee466d26af36a38270e451cbe3273a6660
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 11 Dec 2017 16:39:10 +0000 (11 08:39 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 11 Dec 2017 16:39:24 +0000 (11 08:39 -0800)
treeb4dcc1862f8c649e523800bf30f80be3a95a1162
parentdee943668fdf97e118fe14f7953486b934cbf9c4
string: Replace = with += in CFLAGS-xxx.c

Replace = with += in CFLAGS-xxx.c to allow Makefile under sysdeps to
define CFLAGS-xx.c.

* string/Makefile (CFLAGS-inl-tester.c): Replace = with +=.
(CFLAGS-noinl-tester.c): Likewise.
(CFLAGS-tst-strlen.c): Likewise.
(CFLAGS-stratcliff.c): Likewise.
(CFLAGS-test-ffs.c): Likewise.
(CFLAGS-tst-inlcall.c): Likewise.
(CFLAGS-tst-xbzero-opt.c): Likewise.
(CFLAGS-memcpy.c): Likewise.
(CFLAGS-wordcopy.c): Likewise.
ChangeLog
string/Makefile