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:
parent
c1f865b412
commit
0e59f6846f
4 changed files with 5 additions and 5 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue