Files
bitcoin/cmake
TheCharlatan a9a1d92a1d build: Add option for building for bare metal envs
A bare metal build is now supported by setting CMAKE_SYSTEM_NAME=Generic

Skip the platform-dependent feature checks, such as threads and atomics,
which are typically not available on bare metal. Also only make the
boost headers mandatory if they exist for the target.

Also exclude aes from the crypto library, since that requires the secure
allocator, which uses more advance features, such as mutexes.
2026-06-25 10:21:29 +02:00
..
2026-06-23 09:25:49 +01:00
2025-03-04 14:53:06 +00:00