kumquat-buildroot/toolchain
Yann E. MORIN 60cb290475 toolchain/wrapper: add option to print one argument per line
In case there are many arguments passed to the tools, the command line
can get very long, and difficult to parse visually.

For example, the Linux kernel passes a lot of arguments to gcc (at least
45, which gives 53 with our hard-coded args). Looking at such a command
line is daunting.

So, add the possibility to print each argument on its own line.

Also, enclose all args between single quotes, so the command line
can be safely copy-pasted without special chars (spaces, $) being
inrerpreted by the shell.

Add blurb about toolchain-wrapper to documentation at the same
time.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com>
Acked-by: Luca Ceresoli <luca@lucaceresoli.net>
Tested-by: Luca Ceresoli <luca@lucaceresoli.net>
Acked-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-09-22 11:47:35 +02:00
..
toolchain-buildroot toolchain: move elf2flt option inclusion to toolchain-buildroot/Config.in 2013-09-15 23:20:54 +02:00
toolchain-crosstool-ng fix white spaces 2013-07-20 21:13:57 +02:00
toolchain-external toolchain/wrapper: add option to print one argument per line 2013-09-22 11:47:35 +02:00
Config.in toolchain: move elf2flt option inclusion to toolchain-buildroot/Config.in 2013-09-15 23:20:54 +02:00
helpers.mk toolchain: refactor Stack Smashing Protection support 2013-09-15 23:02:57 +02:00
toolchain-buildroot.mk eglibc: enable support in the Buildroot toolchain backend 2013-07-04 11:08:27 +02:00
toolchain-common.in toolchain: refactor Stack Smashing Protection support 2013-09-15 23:02:57 +02:00
toolchain-crosstool-ng.mk uclibc: convert to the package infrastructure 2013-07-04 00:13:23 +02:00
toolchain-external.mk uclibc: convert to the package infrastructure 2013-07-04 00:13:23 +02:00