aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/conan-profiles/linux.aarch64.profile
blob: bdb16107aa967857fe37dd1d50605bc7c1a32286 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
include(default)

target_host=aarch64-linux-gnu

[settings]
arch=armv8
build_type=Release
compiler=clang
compiler.libcxx=libc++
compiler.version=14
compiler.cppstd=20
os=Linux
[options]

[env]
CONAN_CMAKE_FIND_ROOT_PATH=/usr/$target_host
CONAN_CMAKE_SYSROOT=/usr/$target_host
CC=clang
CXX=clang++
CXXFLAGS="-I/usr/$target_host/include/ -target $target_host"
CFLAGS="-I/usr/$target_host/include/ -target $target_host"
CHOST=$target_host
AR=$target_host-ar
AS=$target_host-as
RANLIB=$target_host-ranlib
LD=$target_host-ld
STRIP=$target_host-strip