diff options
author | Roland McGrath <roland@redhat.com> | 2010-08-25 12:13:08 -0700 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2010-08-25 12:13:08 -0700 |
commit | 8b2b77153826547eb9cb204c3d3e0e407b574dba (patch) | |
tree | e791f835eb4f8e827c9efedc5bc2d2f2c31703c8 /sysdeps/x86_64/multiarch/Makefile | |
parent | e73015f2d666b66c69f3c6f350e2dcd3df5b075a (diff) | |
download | glibc-8b2b77153826547eb9cb204c3d3e0e407b574dba.tar.gz glibc-8b2b77153826547eb9cb204c3d3e0e407b574dba.tar.xz glibc-8b2b77153826547eb9cb204c3d3e0e407b574dba.zip |
Clean up warnings in new x86_64/multiarch code.
Diffstat (limited to 'sysdeps/x86_64/multiarch/Makefile')
-rw-r--r-- | sysdeps/x86_64/multiarch/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/x86_64/multiarch/Makefile b/sysdeps/x86_64/multiarch/Makefile index 27dc56321d..ca0040e0e9 100644 --- a/sysdeps/x86_64/multiarch/Makefile +++ b/sysdeps/x86_64/multiarch/Makefile @@ -11,6 +11,7 @@ sysdep_routines += stpncpy-c strncpy-c strcmp-ssse3 strncmp-ssse3 \ strncase_l-ssse3 ifeq (yes,$(config-cflags-sse4)) sysdep_routines += strcspn-c strpbrk-c strspn-c strstr-c strcasestr-c varshift +CFLAGS-varshift.c += -msse4 CFLAGS-strcspn-c.c += -msse4 CFLAGS-strpbrk-c.c += -msse4 CFLAGS-strspn-c.c += -msse4 |