diff options
author | Ben Elliston <bje@gnu.org> | 2015-05-23 20:54:07 +1000 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2015-05-23 20:54:07 +1000 |
commit | bfc17bec68bc0d72f2b8451fa38b2fa74d839f00 (patch) | |
tree | 4e65a5d25c93287ef076f7f2cf3e753e562d7db4 /doc | |
parent | 13a57e60b3eece5bce57f7c9fe2af67653aeb28e (diff) | |
download | dejagnu-bfc17bec68bc0d72f2b8451fa38b2fa74d839f00.tar.gz dejagnu-bfc17bec68bc0d72f2b8451fa38b2fa74d839f00.tar.bz2 dejagnu-bfc17bec68bc0d72f2b8451fa38b2fa74d839f00.zip |
* doc/user.xml: Fix 'crosscompilation'.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user.xml b/doc/user.xml index a5693fe..1f90613 100644 --- a/doc/user.xml +++ b/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. |