toolchain: disable C++ support on AVR32 gcc 4.2 with uClibc
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 8 Jul 2013 15:59:53 +0000 (17:59 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 8 Jul 2013 21:10:29 +0000 (23:10 +0200)
commit748b45ab5740d9e5e4791e298a5f7ba3699932d5
tree96dacb8cca5ce56173ce20c2f6df4a39d61f5c96
parentcd3444683558e162361632dcd967509c0372b3d2
toolchain: disable C++ support on AVR32 gcc 4.2 with uClibc

In 25c3160092d7 ("uClibc 0.9.31: remove stray kludges/conditions"), a
conditional that prevents the combination gcc 4.2-avr / C++ / locale
with uClibc 0.9.31 was removed. However, it turns out that the same
problem is affecting uClibc 0.9.33, described at
http://comments.gmane.org/gmane.comp.lib.uclibc.buildroot/24260.

Therefore, we prevent the combination of gcc 4.2-avr / C++ / locale to
happen.

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