manual: Clarify wrapper and debug
authorMaxime Hadjinlian <maxime.hadjinlian@gmail.com>
Mon, 3 Feb 2014 00:47:55 +0000 (01:47 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 3 Feb 2014 08:25:09 +0000 (09:25 +0100)
Try to clarify how the wrapper passes arguments and why.
This is mainly because the output you can see when you build, does not
reflect what is invoked by the wrapper.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
docs/manual/customize-toolchain.txt

index 31c914043386c2fa06590bd52ffeca5e4d388512..4f3fe2369567a64592a5d3558131a5c59c7282ad 100644 (file)
@@ -17,9 +17,10 @@ generate it.
 It also requires to set the Buildroot settings according to the toolchain ones
 (see xref:external-toolchain-backend[]).
 
-When using an external toolchain, Buildroot generates a wrapper program, that
-passes the appropriate options (according to the configuration) to the
-external toolchain programs. In case you need to debug this wrapper, you can
+When using an external toolchain, Buildroot generates a wrapper program,
+that transparently passes the appropriate options (according to the
+configuration) to the external toolchain programs. In case you need to
+debug this wrapper to check exactly what arguments are passed, you can
 set the environment variable BR_DEBUG_WRAPPER to either one of:
 
 * +0+, empty or not set: no debug