Add missing i686/multiarch/Makefile bit for shared x86_64 code.
This commit is contained in:
parent
c96d23fcaa
commit
6d34eb5b45
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user