Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] mipsel-ctng-linux-uclibc.config: add BR2_TOOLCHAIN_EXTERNAL_CXX=y
@ 2015-03-05 10:05 Vicente Olivert Riera
  2015-03-05 21:45 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Vicente Olivert Riera @ 2015-03-05 10:05 UTC (permalink / raw)
  To: buildroot

This external toolchain has C++ support, so add
BR2_TOOLCHAIN_EXTERNAL_CXX=y to the config file.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 .../configs/mipsel-ctng-linux-uclibc.config        |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/web/toolchains/configs/mipsel-ctng-linux-uclibc.config b/web/toolchains/configs/mipsel-ctng-linux-uclibc.config
index c6ad9fb..d0ac37e 100644
--- a/web/toolchains/configs/mipsel-ctng-linux-uclibc.config
+++ b/web/toolchains/configs/mipsel-ctng-linux-uclibc.config
@@ -8,3 +8,4 @@ BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_9=y
 BR2_TOOLCHAIN_EXTERNAL_LARGEFILE=y
 BR2_TOOLCHAIN_EXTERNAL_WCHAR=y
 BR2_TOOLCHAIN_EXTERNAL_HAS_SSP=y
+BR2_TOOLCHAIN_EXTERNAL_CXX=y
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-05 22:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-05 10:05 [Buildroot] [PATCH] mipsel-ctng-linux-uclibc.config: add BR2_TOOLCHAIN_EXTERNAL_CXX=y Vicente Olivert Riera
2015-03-05 21:45 ` Thomas Petazzoni
2015-03-05 22:24   ` Vicente Olivert Riera

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox