libc: Changed dependencies of NEWLIB_C into !MINIMAL_LIBC

Changed Kconfig dependencies of NEWLIB_C into !MINIMAL_LIBC

Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
This commit is contained in:
Jan Van Winkel 2019-09-27 21:39:51 +02:00 committed by Kumar Gala
commit 0e59f6846f
4 changed files with 5 additions and 5 deletions

View file

@ -55,7 +55,7 @@ config LIB_CPLUSPLUS
config EXCEPTIONS
bool "Enable C++ exceptions support"
select LIB_CPLUSPLUS
depends on NEWLIB_LIBC
depends on !MINIMAL_LIBC
help
This option enables support of C++ exceptions.