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

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Will Newton
  • Date: 2013-11-29 18:10:00 UTC
  • Revision ID: will.newton@linaro.org-20131129181000-i4qers0vxwao2a5g
Add glibc strchr reference implementation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
240
240
libglibc_a_SOURCES = \
241
241
        reference/glibc/memcpy.S \
242
242
        reference/glibc/memset.S \
 
243
        reference/glibc/strchr.S \
243
244
        reference/glibc/strlen.S
244
245
 
245
246
libnewlib_a_SOURCES = \