7 ms·
Is there something like this for cross-compiling to FreeBSD?
by cynix 3y ago
Is there something like this for cross-compiling to FreeBSD?
- zX41ZdbW 3y agoYou can check how ClickHouse is cross-compiled for FreeBSD. 1. https://github.com/ClickHouse/sysroot/ https://github.com/ClickHouse/sysroot/ 2. https://github.com/ClickHouse/ClickHouse/blob/master/cmake/freebsd/toolchain-x86_64.cmake https://github.com/ClickHouse/ClickHouse/blob/master/cmake/f... and the `CMAKE_TOOLCHAIN_FILE` variable.