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

« back to all changes in this revision

Viewing changes to src/reference/Makefile.am

  • Committer: Michael Hope
  • Date: 2010-08-30 23:30:25 UTC
  • Revision ID: michael.hope@linaro.org-20100830233025-2f14wknqev6ryj01
Modified the imported versions to build locally.  Added the CSL routines.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        libnewlib.la \
6
6
        libglibc.la
7
7
 
8
 
#libbionic.la #libglibc.a libnewlib.a
9
 
 
10
8
libbionic_la_SOURCES = \
11
9
        bionic/memcpy.S \
12
10
        bionic/strlen.c
20
18
        newlib/strcpy.c \
21
19
        newlib/strlen.c
22
20
 
 
21
libhelpers_la_SOURCES = \
 
22
        helpers/bounce.c \
 
23
        helpers/spawn.c
 
24
 
 
25
libplain_la_SOURCES = \
 
26
        plain/memcpy.c \
 
27
        plain/strcpy.c \
 
28
        plain/strcmp.c
 
29
 
23
30
AM_CFLAGS = -std=gnu99
24
31
 
25
 
libhelpers_la_SOURCES = helpers/bounce.c helpers/spawn.c
26
 
libplain_la_SOURCES = plain/memcpy.c