* doc/automake.texi (Cross-Compilation): Fix underfull hbox.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2009-03-29 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+ * doc/automake.texi (Cross-Compilation): Fix underfull hbox.
+
Sync auxiliary files from upstream.
* INSTALL, lib/INSTALL, lib/config.guess, lib/config.sub,
lib/texinfo.tex: Sync from upstream.
@end table
For instance when installing GCC, the GNU Compiler Collection, we can
-use @option{--target=@var{TARGET}} to specify that we want to build
+use @option{--target=@/@var{TARGET}} to specify that we want to build
GCC as a cross-compiler for @var{TARGET}. Mixing @option{--build} and
@option{--target}, we can actually cross-compile a cross-compiler;
such a three-way cross-compilation is known as a @dfn{Canadian cross}.