Files
2025-11-14 11:47:24 +08:00

20 lines
382 B
Plaintext

[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}