From e9e9af4b5c10cb7712ae3cb9ee3154316feec660 Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Wed, 24 May 2017 02:02:14 -0500 Subject: [PATCH] doc/cross-compilation: change cross to target thanks to @bjornfor for catching this --- doc/cross-compilation.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@
Platform parameters - The three GNU Autoconf platforms, build, host, and cross, are historically the result of much confusion. + The three GNU Autoconf platforms, build, host, and target, are historically the result of much confusion. 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.