Skip to content

Commit

Permalink
Disable newlib-nano
Browse files Browse the repository at this point in the history
Reduce build times so I can get a complete toolchain

Signed-off-by: Keith Packard <[email protected]>
  • Loading branch information
keith-packard committed Oct 20, 2024
1 parent abaa60e commit fa1749a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/common.config
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ CT_LIBC_NEWLIB_RETARGETABLE_LOCKING=y
CT_LIBC_NEWLIB_EXTRA_SECTIONS=y

# Newlib-nano
CT_COMP_LIBS_NEWLIB_NANO=y
CT_COMP_LIBS_NEWLIB_NANO=n
CT_NEWLIB_NANO_SRC_CUSTOM=y
CT_NEWLIB_NANO_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/newlib"
CT_NEWLIB_NANO_GCC_LIBSTDCXX=y
Expand Down

0 comments on commit fa1749a

Please sign in to comment.