Re: [PATCH] Build C++ cross-compiler by default.

2016-01-13 Thread Ludovic Courtès
Ricardo Wurmus skribis: > the configure flags defined in “cross-gcc-arguments” disabled the C++ > compiler to prevent an error that happens when building libstdc++-v3. > Since I needed a C++ cross-compiler for ARM I added “c++” to the list of > enabled languages and added the configure flag > “--

[PATCH] Build C++ cross-compiler by default.

2016-01-11 Thread Ricardo Wurmus
Hi Guix, the configure flags defined in “cross-gcc-arguments” disabled the C++ compiler to prevent an error that happens when building libstdc++-v3. Since I needed a C++ cross-compiler for ARM I added “c++” to the list of enabled languages and added the configure flag “--disable-libstdc++-v3”. Th