aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoern Rennecke <joern.rennecke@embecosm.com>2010-06-27 10:41:43 +0000
committerJoern Rennecke <joern.rennecke@embecosm.com>2010-06-27 10:41:43 +0000
commit46fc59edb36c7a5cbf652b413fd8f79d07d40b32 (patch)
treebbc3e8ff39e4005aa10d1031d061a729d6056e2c
parente69e4b94fc23f7ad84a3ed2e12e83ce5380a0952 (diff)
* doc/tm.texi: Spelling / punctuation / markup fixes.multi-target-20100625-branch
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/multi-target-20100625-branch@161464 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog.multi-target2
-rw-r--r--gcc/doc/install.texi6
2 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ChangeLog.multi-target b/gcc/ChangeLog.multi-target
index 435105af5b8..77c3fbe81dc 100644
--- a/gcc/ChangeLog.multi-target
+++ b/gcc/ChangeLog.multi-target
@@ -1,4 +1,4 @@
-2010-06-25 Joern Rennecke <joern.rennecke@embecosm.com>
+2010-06-27 Joern Rennecke <joern.rennecke@embecosm.com>
gcc:
* configure.ac: When --with-extra-target-list is given, ensure
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 35c71c26153..1cfe0475394 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -675,17 +675,17 @@ Specifying just @var{target} instead of @option{--target=@var{target}}
implies that the host defaults to @var{target}.
@item
-Usually, the compiler is only built for a sigle target tarchitecture or
+Usually, the compiler is only built for a single target architecture or
target architecture family, but you can specify that you want it to
support additional targets with @option{--target=@var{list}}. @var{list} is
a space-separated list of targets.
-E.g. to build a cross compiler with the main target ppc-elf and the
+E.g., to build a cross compiler with the main target ppc-elf and the
additional target spu-elf, specify
@smallexample
@option{--target=ppc-elf} @option{--with-extra-target-list=spu-elf}
@end smallexample
There is currently one limitation on combining different targets this way:
-all selected targets must agree in how they define @var{BITS_PER_UNIT}.
+all selected targets must agree in how they define @code{BITS_PER_UNIT}.
@c tree sizes are based on BITS_PER_UNIT.
@end itemize