[settings]
os=Linux
arch={CPU_ARCH}
compiler=gcc
compiler.version={GCC_VERSION}
compiler.libcxx=libstdc++11
build_type=Release

[buildenv]
CC={GCCPREFIX}gcc
CXX={GCCPREFIX}g++
AR={GCCPREFIX}ar
AS={GCCPREFIX}as
RANLIB={GCCPREFIX}ranlib
LD={GCCPREFIX}ld
STRIP={GCCPREFIX}strip

[conf]
tools.cmake.cmaketoolchain:system_name=Linux
tools.cmake.cmaketoolchain:system_processor={GCC_ARCH}