diff options
author | Roland McGrath <roland@redhat.com> | 2010-08-27 17:11:38 -0700 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2010-08-27 17:11:38 -0700 |
commit | 6d34eb5b455d2d5cb1c219ae7246b57863d203eb (patch) | |
tree | 3d036f00b4480fc2e8492637e7c5603ef4b88edf | |
parent | c96d23fcaa7072bb9e7669957c90b09dddfd9161 (diff) | |
download | glibc-6d34eb5b455d2d5cb1c219ae7246b57863d203eb.tar.gz glibc-6d34eb5b455d2d5cb1c219ae7246b57863d203eb.tar.xz glibc-6d34eb5b455d2d5cb1c219ae7246b57863d203eb.zip |
Add missing i686/multiarch/Makefile bit for shared x86_64 code.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sysdeps/i386/i686/multiarch/Makefile | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 760d6873f7..8e9e21615a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/sysdeps/i386/i686/multiarch/Makefile b/sysdeps/i386/i686/multiarch/Makefile index 271d1e08f8..32286d8d38 100644 --- a/sysdeps/i386/i686/multiarch/Makefile +++ b/sysdeps/i386/i686/multiarch/Makefile @@ -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 |