ClickHouse/cmake/linux
Vladimir Smirnov 48451182f8 Initial support for risc-v
Make ClickHouse compilable and runnable on risc-v 64

So far only basic functionality was tested (on real hw),
clickhouse server runs, exceptions works, client works,
simple tests works.

What doesn't work:
 1. traces - they are always empty
 2. system.stack_trace only have first frame
2021-11-11 19:23:34 +01:00
..
default_libs.cmake Add CMakeLists 2021-10-16 02:07:13 +03:00
toolchain-aarch64.cmake Fix error 2021-10-11 07:07:58 +03:00
toolchain-ppc64le.cmake Add toolchain file 2021-10-12 02:06:22 +03:00
toolchain-riscv64.cmake Initial support for risc-v 2021-11-11 19:23:34 +01:00
toolchain-x86_64-musl.cmake Update toolchain 2021-10-16 03:03:46 +03:00
toolchain-x86_64.cmake Fix error 2021-10-11 07:07:58 +03:00