aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/conan-profiles/linux.ppc64le.profile
blob: 5ecd24d6cec8ce66cf39828aa9c3f20fb129fa10 (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
28
include(default)

target_host=powerpc64le-linux-gnu

[settings]
arch=ppc64le
build_type=Release
compiler=gcc
compiler.libcxx=libstdc++11
compiler.version=12
compiler.cppstd=20
os=Linux
[options]

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