gcc: move C++ support option next to Fortran/Objective-C
commit8e12e0a17a41a9988da2e239374385ad1c887f37
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 2 Sep 2013 16:06:32 +0000 (2 18:06 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 15 Sep 2013 20:58:03 +0000 (15 22:58 +0200)
tree1bfc343b3a90efe859870e6785600ce03a69d0ca
parentcd04552e899a195fb7dc1811d66bc2fc7d4ce930
gcc: move C++ support option next to Fortran/Objective-C

The option to enable C++ support was still located in
toolchain/toolchain-buildroot/Config.in.2, with misc other toolchain
options. It seems more logical to have this option with the other
options to select the languages supported by the cross-compiler, so we
move it next to the Fortran/Objective-C options in
package/gcc/Config.in.host.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/gcc/Config.in.host
toolchain/toolchain-buildroot/Config.in.2