From 518dd32efee6ad999432327f316e3cf0feabe47b Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Mon, 7 Jun 2021 16:47:09 +0900 Subject: [PATCH] tests: cpp: libcxx: Use full version of newlib for testing Use the full version of newlib (i.e. not nano) for libcxx testing since some features (e.g. C++ exception handling) require the full version of newlib. Signed-off-by: Stephanos Ioannidis --- tests/subsys/cpp/libcxx/prj.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/subsys/cpp/libcxx/prj.conf b/tests/subsys/cpp/libcxx/prj.conf index 5bb9a62c4a0e..3798a4d49f61 100644 --- a/tests/subsys/cpp/libcxx/prj.conf +++ b/tests/subsys/cpp/libcxx/prj.conf @@ -1,4 +1,5 @@ CONFIG_NEWLIB_LIBC=y +CONFIG_NEWLIB_LIBC_NANO=n CONFIG_CPLUSPLUS=y CONFIG_LIB_CPLUSPLUS=y CONFIG_STD_CPP17=y