Skip to content

Commit

Permalink
picolibc: Enable dual-mode picolibc builds
Browse files Browse the repository at this point in the history
This provides both minsize and release versions of picolibc in the SDK,
allowing users to select between them while building their application.

Signed-off-by: Keith Packard <[email protected]>
  • Loading branch information
keith-packard committed Oct 10, 2024
1 parent b9321a7 commit f4af79e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions configs/common.config
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,6 @@ CT_COMP_LIBS_PICOLIBC=y
CT_PICOLIBC_SRC_CUSTOM=y
CT_PICOLIBC_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/picolibc"
CT_LIBC_PICOLIBC_GLOBAL_ATEXIT=y
CT_LIBC_PICOLIBC_ENABLE_TARGET_OPTBOTH=y
CT_LIBC_PICOLIBC_EXTRA_SECTIONS=y
CT_LIBC_PICOLIBC_EXTRA_CONFIG_ARRAY="-Dthread-local-storage=auto -Derrno-function=zephyr -Dsysroot-install=true -Dsysroot-install-skip-checks=true -Dassert-verbose=false"

0 comments on commit f4af79e

Please sign in to comment.