The latest development version of this page may be more current than this released 2.7.0 version.

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 lib/libc/Kconfig:39

Included via Kconfig:8Kconfig.zephyr:43lib/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.)