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

« back to all changes in this revision

Viewing changes to README

  • Committer: Michael Hope
  • Date: 2010-09-07 03:55:51 UTC
  • Revision ID: michael.hope@linaro.org-20100907035551-21mm4q3pa640ojc6
Changed all occurances of cortexcpu to cortex-strings

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
These routines can be used either stand-alone or as a GLIBC add-on.
11
11
 
12
12
To use them stand-alone, first configure and then install
13
 
libcortexcpu.so.  To make other applications use this library, either
14
 
add -lcortexcpu to the link command or use LD_PRELOAD to load the
 
13
libcortex-strings.so.  To make other applications use this library, either
 
14
add -lcortex-strings to the link command or use LD_PRELOAD to load the
15
15
library into existing applications.
16
16
 
17
17
To use them as a GLIBC add-on, first configure and run `make add-on`
18
 
to generate cortexcpu.tar.  Extract this into the GLIBC source
19
 
directory, enable the add-on using `--enable-add-ons=cortexcpu` and
 
18
to generate cortex-strings.tar.  Extract this into the GLIBC source
 
19
directory, enable the add-on using `--enable-add-ons=cortex-strings` and
20
20
`--with-cpu=cortex-a8`, build GLIBC, and install.
21
21
 
22
22
== Contents ==