toolchain: configs: improve toolchain config readability
authorPetri Gynther <pgynther@google.com>
Mon, 8 Aug 2016 18:34:59 +0000 (11:34 -0700)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 25 Oct 2016 21:31:47 +0000 (23:31 +0200)
commit8218ab8019bbab0538b484c663df4469e44fecf1
treebb40a06287c8b9be914961140fe6d3b2d3b9d53d
parent6874d691cea4a37f1cfcec0e7cf124f283fc30ef
toolchain: configs: improve toolchain config readability

Add (or move) comment lines in toolchain-related Config.in files
to improve readability of the toolchain config section.

Source linux-headers/Config.in.host after toolchain-buildroot items.

For toolchain-buildroot case, the config file now looks like this:
*
* Toolchain
*

*
* Toolchain Buildroot Options
*

*
* Kernel Header Options
*

*
* uClibc Options
*

*
* Binutils Options
*

*
* GCC Options
*

*
* Host GDB Options
*

*
* Toolchain Generic Options
*

Signed-off-by: Petri Gynther <pgynther@google.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/gdb/Config.in.host
package/linux-headers/Config.in.host
package/uclibc/Config.in
toolchain/toolchain-buildroot/Config.in
toolchain/toolchain-common.in
toolchain/toolchain-external/Config.in