kconfig: assume the host libc provides POSIX reentrant functions
This change is needed to avoid including Zephyr-specific implementations of POSIX reentrant functions while building natively. One can safely assume that the host libc indeed provides its own implementations of the said functions. Signed-off-by: Ilya Tagunov <Ilya.Tagunov@synopsys.com>
This commit is contained in:
parent
c8511c1ea0
commit
1f5fbe231a
1 changed files with 1 additions and 0 deletions
|
@ -448,6 +448,7 @@ config CODING_GUIDELINE_CHECK
|
|||
config NATIVE_LIBC
|
||||
bool
|
||||
select FULL_LIBC_SUPPORTED
|
||||
select TC_PROVIDES_POSIX_C_LANG_SUPPORT_R
|
||||
help
|
||||
Zephyr will use the host system C library.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue