aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Huang <jserv@0xlab.org>2010-08-20 23:30:37 +0800
committerJim Huang <jserv@0xlab.org>2010-08-20 23:30:37 +0800
commit4cc02faaa7e8828f9458b1828a6f85e7791ae2aa (patch)
treec8da0bec24cc3cfdc725e4f10cf62e5e0f6f7012
parentde263c26a7680529baca731c003bc58b68d72511 (diff)
downloadbuild-honeycomb.tar.gz
build: Fix trivial documentation typohoneycomb
Change-Id: Ib80c6d91450a5751867cb904b265e21a9dbbb710
-rw-r--r--README12
1 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index f349706..cad1102 100644
--- a/README
+++ b/README
@@ -24,7 +24,7 @@ the gcc test suite with the gnu ARM emulator.
2. Configuring the toolchain
-2.1 Pre-requesites
+2.1 Prerequisites
You need to have version 4.4 or higher of the 'makeinfo' program that comes
from the 'texinfo' package installed on your machine, even if you use
@@ -43,7 +43,7 @@ by GNU autoconf generated configure file. In addition it supports the
following options:
--with-gcc-version=<gcc version>
- --with-binutils-version=<binutul version>
+ --with-binutils-version=<binutils version>
--with-newlib-version=<newlib version>
--with-gmp-version=<gmp version>
--with-mpfr-version=<mpfr version>
@@ -52,7 +52,7 @@ following options:
These are used to select the desired version of a particular GNU tool
package. If these options are not used during top-level configuring,
-approriate default values will be used.
+appropriate default values will be used.
For any --with-XXX-version=YYY, a sub-directory called XXX-YYY must be
present in the source level directory. For example,
@@ -77,7 +77,7 @@ target C library. This is not convenient to use for application development.
It is possible to build a standalone toolchain with pre-built libraries and
headers.
-To build a standalone toolchain, we need a set of pre-compile libraries and
+To build a standalone toolchain, we need a set of pre-compiled libraries and
associated headers. There are two ways to do that. One way is to assemble a
sysroot with both the library and headers. Then when configuring the
toolchain add --with-sysroot=<path to sysroot>. The toolchain expects all
@@ -90,7 +90,7 @@ The script build-sysroot.sh can be used to assemble a simple sysroot from
an Android device tree.
The other way is to specify the headers and libraries with --with-headers and
---with-libs sperately. If you configure your tree with a prefix. The headers
+--with-libs separately. If you configure your tree with a prefix. The headers
and libraries will be copied to the install directory specified by the prefix.
After installation, we need to remove those installed headers in
@@ -101,7 +101,7 @@ remove these installed headers.
2.4 Enabling libstdc++-v3
For space saving, we do not provide libstdc++-v3 in the toolchain by default.
-It is possible too build libstdc++-v3. To enable it, do
+It is possible to build libstdc++-v3. To enable it, do
export CFLAGS_FOR_TARGET=-fexceptions
export CXXFLAGS_FOR_TARGET=-frtti