Browse Source

* doc/user.xml: Fix 'crosscompilation'.

dejagnu-1.6
Ben Elliston 11 years ago
parent
commit
bfc17bec68
  1. 4
      ChangeLog
  2. 4
      doc/user.xml

4
ChangeLog

@ -1,3 +1,7 @@
2015-05-23 Ben Elliston <bje@gnu.org>
* doc/user.xml: Fix 'crosscompilation'.
2015-05-23 Ben Elliston <bje@gnu.org>
* doc/runtest.1 (log_dialog): Improve documentation.

4
doc/user.xml

@ -690,9 +690,9 @@ set_board_info ftp_password "1234"
</sect3>
<sect3>
<title>Preparing for crosscompilation</title>
<title>Preparing for cross-compilation</title>
<para>For crosscompiling you need working binutils, gcc and a base library like
<para>For cross-compilation you need working binutils, gcc and a base library like
libc or glib for your target.
It is beyond the scope of this document to describe how to get it working.
The following examples assume a cross compiler for PowerPC which is called linux-powerpc-gcc.

Loading…
Cancel
Save