Skip to content

Commit

Permalink
Add missing i686/multiarch/Makefile bit for shared x86_64 code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland McGrath committed Aug 28, 2010
1 parent c96d23f commit 6d34eb5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions sysdeps/i386/i686/multiarch/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d34eb5

Please sign in to comment.