Skip to content

Commit

Permalink
configs: enable libstdcxx-threads and libstdcxx-time via posix
Browse files Browse the repository at this point in the history
Enable standard C++ threads and time functionality via Zephyr's
POSIX API.

Signed-off-by: Chris Friedt <[email protected]>
  • Loading branch information
cfriedt-friedtco committed Dec 3, 2023
1 parent 29657c9 commit 9892d5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/common.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CT_GDB_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/gdb"
# GCC
CT_GCC_SRC_CUSTOM=y
CT_GCC_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/gcc"
CT_CC_GCC_EXTRA_CONFIG_ARRAY="--with-gnu-ld --with-gnu-as --enable-initfini-array"
CT_CC_GCC_EXTRA_CONFIG_ARRAY="--with-gnu-ld --with-gnu-as --enable-initfini-array --enable-threads=posix --enable-libstdcxx-threads --enable-libstdcxx-time"
CT_CC_LANG_CXX=y

# Newlib
Expand Down
2 changes: 1 addition & 1 deletion gcc

0 comments on commit 9892d5f

Please sign in to comment.