CONFIG_ARCMWDT_LIBC

ARC MWDT C library

Type: bool

Help

C library provided by ARC MWDT toolchain.

Direct dependencies

!NATIVE_APPLICATION && “” = “arcmwdt” && <choice LIBC_IMPLEMENTATION: C Library Implementation>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/lib/libc/Kconfig:39

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:43<Zephyr>/lib/Kconfig:4

Menu path: (Top) → C Library → C Library Implementation

config ARCMWDT_LIBC
    bool "ARC MWDT C library"
    depends on !NATIVE_APPLICATION && "" = "arcmwdt" && <choice LIBC_IMPLEMENTATION>
    help
      C library provided by ARC MWDT toolchain.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)