~linaro-toolchain-dev/cortex-strings/trunk

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Will Newton
  • Date: 2013-06-18 18:06:27 UTC
  • Revision ID: will.newton@linaro.org-20130618180627-urv0s5ywnk3ozbpw
Switch to new implementation of strlen.

Show diffs side-by-side

added added

removed removed

Lines of Context:
209
209
        src/thumb-2/strcpy.c \
210
210
        src/linaro-a9/memchr.S \
211
211
        src/linaro-a9/strchr.S \
212
 
        src/linaro-a9/strlen.S \
 
212
        src/thumb-2/strlen.S \
213
213
        src/linaro-a9/memset.S \
214
214
        src/linaro-a9/memcpy.S
215
215