24 lines
456 B
Plaintext
24 lines
456 B
Plaintext
toolchain=/usr/armv7a-unknown-linux-gnueabihf
|
|
target_host=armv7a-unknown-linux-gnueabihf
|
|
cc_compiler=gcc
|
|
cxx_compiler=g++
|
|
|
|
[buildenv]
|
|
CONAN_CMAKE_FIND_ROOT_PATH=$toolchain
|
|
CHOST=$target_host
|
|
AR=$target_host-ar
|
|
AS=$target_host-as
|
|
RANLIB=$target_host-ranlib
|
|
CC=$target_host-$cc_compiler
|
|
CXX=$target_host-$cxx_compiler
|
|
STRIP=$target_host-strip
|
|
|
|
[settings]
|
|
os=Linux
|
|
arch=armv7
|
|
compiler=gcc
|
|
|
|
compiler.version=10.2
|
|
compiler.libcxx=libstdc++11
|
|
build_type=Release
|