about summary refs log tree commit diff
path: root/string/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-12-20 11:01:05 +0100
committerFlorian Weimer <fweimer@redhat.com>2016-12-20 11:08:10 +0100
commit8d71242eb7a85860bc4f7cef5463ad61e2ea19b2 (patch)
treed57bf0561ac438e602caca024bf507a6f5eb8c20 /string/Makefile
parent525f803984f278e65dc07ca1156bdeca63755810 (diff)
downloadglibc-8d71242eb7a85860bc4f7cef5463ad61e2ea19b2.tar.gz
glibc-8d71242eb7a85860bc4f7cef5463ad61e2ea19b2.tar.xz
glibc-8d71242eb7a85860bc4f7cef5463ad61e2ea19b2.zip
Do not require memset elimination in explicit_bzero test
Some targets fail to apply dead store elimination to the
memset call in setup_ordinary_clear.  Before this commit,
this causes the test case to fail.  Instead, the test case
now logs lack of memset elimination as an informational
message.
Diffstat (limited to 'string/Makefile')
-rw-r--r--string/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/string/Makefile b/string/Makefile
index 9a8b46d1bf..081627734d 100644
--- a/string/Makefile
+++ b/string/Makefile
@@ -71,6 +71,7 @@ CFLAGS-tst-strlen.c = -fno-builtin
 CFLAGS-stratcliff.c = -fno-builtin
 CFLAGS-test-ffs.c = -fno-builtin
 CFLAGS-tst-inlcall.c = -fno-builtin
+CFLAGS-tst-xbzero-opt.c = -O3
 
 ifeq ($(run-built-tests),yes)
 $(objpfx)tst-svc-cmp.out: tst-svc.expect $(objpfx)tst-svc.out