From f95e1e9e6cabdf17abd4615dc5ccbe1a501a66fc Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Wed, 23 Dec 2009 11:14:40 +0100 Subject: Toolchain: gcc: select necessary options of eglibc for c++ We need to select OPTION_POSIX_C_LANG_WIDE_CHAR and OPTION_POSIX_WIDE_CHAR_DEVICE_IO of eglibc, when c++ language is in the components of the toolchain. Signed-off-by: Abdoulaye Walsimou Gaye --- kconfig/gcc.kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kconfig/gcc.kconfig') diff --git a/kconfig/gcc.kconfig b/kconfig/gcc.kconfig index b2a0060..aae4c7d 100644 --- a/kconfig/gcc.kconfig +++ b/kconfig/gcc.kconfig @@ -79,6 +79,8 @@ config EMBTK_GCC_LANGUAGE_CPP select KEMBTK_UCLIBC_UCLIBC_CTOR_DTOR if EMBTK_CLIB_UCLIBC select KEMBTK_UCLIBC_UCLIBC_DYNAMIC_ATEXIT if EMBTK_CLIB_UCLIBC select OPTION_EGLIBC_LIBM if EMBTK_CLIB_EGLIBC + select OPTION_POSIX_C_LANG_WIDE_CHAR if EMBTK_CLIB_EGLIBC + select OPTION_POSIX_WIDE_CHAR_DEVICE_IO if EMBTK_CLIB_EGLIBC help Your toolchain will be able to build C++ source code -- cgit v1.2.3