Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions z
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,12 @@ configure_stage1() {
# <format>/<chrono> formatting). Re-enable once the Nanvix libc provides
# the POSIX xlocale API.
-DLIBCXX_ENABLE_LOCALIZATION=OFF
# libc++'s <filesystem> (operations.cpp) needs POSIX facilities the
# Nanvix libc lacks (e.g. _PC_PATH_MAX for pathconf), and its copy_file
# fallback requires <fstream>, which is unavailable once localization is
# off. Disable filesystem to match the libc. Re-enable once the Nanvix
# libc provides the required POSIX filesystem API.
-DLIBCXX_ENABLE_FILESYSTEM=OFF
)

# Config options for libunwind.
Expand Down
Loading