Add missing i686/multiarch/Makefile bit for shared x86_64 code.

This commit is contained in:
Roland McGrath 2010-08-27 17:11:38 -07:00
parent c96d23fcaa
commit 6d34eb5b45
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2010-08-27 Roland McGrath <roland@redhat.com>
* sysdeps/i386/i686/multiarch/Makefile
(CFLAGS-varshift.c): New variable.
2010-08-27 Ulrich Drepper <drepper@redhat.com>
* sysdeps/i386/i686/multiarch/varshift.S: File removed.

View File

@ -13,6 +13,7 @@ sysdep_routines += bzero-sse2 memset-sse2 memcpy-ssse3 mempcpy-ssse3 \
strlen-sse2 strlen-sse2-bsf
ifeq (yes,$(config-cflags-sse4))
sysdep_routines += strcspn-c strpbrk-c strspn-c strstr-c strcasestr-c
CFLAGS-varshift.c += -msse4
CFLAGS-strcspn-c.c += -msse4
CFLAGS-strpbrk-c.c += -msse4
CFLAGS-strspn-c.c += -msse4