summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2017-05-24 02:02:14 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2017-05-24 02:02:14 -0500
commite9e9af4b5c10cb7712ae3cb9ee3154316feec660 (patch)
tree6b0f2f0fc3d066ac9c4639536101e05cb2f689cf /doc
parent11f5136005567dce5d92791b97192cf03edd4855 (diff)
downloadnixpkgs-e9e9af4b5c10cb7712ae3cb9ee3154316feec660.tar
nixpkgs-e9e9af4b5c10cb7712ae3cb9ee3154316feec660.tar.gz
nixpkgs-e9e9af4b5c10cb7712ae3cb9ee3154316feec660.tar.bz2
nixpkgs-e9e9af4b5c10cb7712ae3cb9ee3154316feec660.tar.lz
nixpkgs-e9e9af4b5c10cb7712ae3cb9ee3154316feec660.tar.xz
nixpkgs-e9e9af4b5c10cb7712ae3cb9ee3154316feec660.tar.zst
nixpkgs-e9e9af4b5c10cb7712ae3cb9ee3154316feec660.zip
doc/cross-compilation: change cross to target
thanks to @bjornfor for catching this
Diffstat (limited to 'doc')
-rw-r--r--doc/cross-compilation.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cross-compilation.xml b/doc/cross-compilation.xml
index b66205dda91..de1b9b80d30 100644
--- a/doc/cross-compilation.xml
+++ b/doc/cross-compilation.xml
@@ -30,7 +30,7 @@
   <section>
     <title>Platform parameters</title>
     <para>
-      The three GNU Autoconf platforms, <wordasword>build</wordasword>, <wordasword>host</wordasword>, and <wordasword>cross</wordasword>, are historically the result of much confusion.
+      The three GNU Autoconf platforms, <wordasword>build</wordasword>, <wordasword>host</wordasword>, and <wordasword>target</wordasword>, are historically the result of much confusion.
       <link xlink:href="https://gcc.gnu.org/onlinedocs/gccint/Configure-Terms.html" /> clears this up somewhat but there is more to be said.
       An important advice to get out the way is, unless you are packaging a compiler or other build tool, just worry about the build and host platforms.
       Dealing with just two platforms usually better matches people's preconceptions, and in this case is completely correct.