diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-07-30 00:14:04 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-07-30 00:14:04 -0700 |
commit | 42e08a5438ddbd9d550d914733c0bc5ba96d79ec (patch) | |
tree | 5a9f393d2b0b213db465584b0d6b4f01d277b02a /sysdeps/x86_64/Makefile | |
parent | fe36dd025ea34c5c082b688592618ec72369b96b (diff) | |
download | glibc-42e08a5438ddbd9d550d914733c0bc5ba96d79ec.tar.gz glibc-42e08a5438ddbd9d550d914733c0bc5ba96d79ec.tar.xz glibc-42e08a5438ddbd9d550d914733c0bc5ba96d79ec.zip |
Implement optimized strcaecmp for x86-64.
Diffstat (limited to 'sysdeps/x86_64/Makefile')
-rw-r--r-- | sysdeps/x86_64/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/x86_64/Makefile b/sysdeps/x86_64/Makefile index e8d0285e26..f7eeb155ed 100644 --- a/sysdeps/x86_64/Makefile +++ b/sysdeps/x86_64/Makefile @@ -12,7 +12,8 @@ sysdep_routines += _mcount endif ifeq ($(subdir),string) -sysdep_routines += cacheinfo +sysdep_routines += cacheinfo strcasecmp_l-nonascii +gen-as-const-headers += locale-defines.sym endif ifeq ($(subdir),elf) |