build/conan/profile/armv7-gcc-linux-release

24 lines
451 B
Plaintext
Raw Normal View History

2020-10-26 13:28:35 +11:00
toolchain=/usr/armv7a-unknown-linux-gnueabihf
target_host=armv7a-unknown-linux-gnueabihf
cc_compiler=gcc
cxx_compiler=g++
[env]
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