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

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Michael Hope
  • Date: 2011-08-31 04:02:31 UTC
  • Revision ID: michael.hope@linaro.org-20110831040231-44u2wziw2mkbnrrw
Changed 'all' to 'this' in the Makefile names for the cortex-string routines.  More natural...

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
        dhry \
34
34
        dhry-native \
35
35
        try-none \
36
 
        try-all \
 
36
        try-this \
37
37
        try-bionic \
38
38
        try-csl \
39
39
        try-glibc \
93
93
        reference/glibc/memmove.S \
94
94
        reference/glibc/memset.S \
95
95
        reference/glibc/strlen.S \
96
 
        reference/glibc/memcpy.S
 
96
        reference/glibc/memcpy.S \
 
97
        reference/glibc/memchr.c \
 
98
        reference/glibc/strchr.c
97
99
 
98
100
libnewlib_a_SOURCES = \
99
101
        reference/newlib/strcmp.c \
115
117
# Flags for the benchmark helpers
116
118
try_none_SOURCES =
117
119
try_none_LDADD = libmulti.a -lrt
118
 
try_all_SOURCES =
119
 
try_all_LDADD = libmulti.a libcortex-strings.la -lrt
 
120
try_this_SOURCES =
 
121
try_this_LDADD = libmulti.a libcortex-strings.la -lrt
120
122
try_bionic_SOURCES =
121
123
try_bionic_LDADD = libmulti.a libbionic.a -lrt
122
124
try_csl_SOURCES =