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

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Michael Hope
  • Date: 2012-12-12 02:34:13 UTC
  • Revision ID: michael.hope@linaro.org-20121212023413-87r846mrh8tosr1q
Add aarch64 implementations of memcpy, memset and strcmp to
cortex-strings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
253
253
 
254
254
endif
255
255
 
 
256
# aarch64 specific
256
257
if HOST_AARCH64
257
 
libcortex_strings_la_SOURCES =
 
258
 
 
259
libcortex_strings_la_SOURCES = \
 
260
        src/aarch64/memcpy.S \
 
261
        src/aarch64/memset.S \
 
262
        src/aarch64/strcmp.S
 
263
 
258
264
endif
259
265
 
260
266
libcortex_strings_la_LDFLAGS = -version-info 1:0:0