12 lines
288 B
Plaintext
12 lines
288 B
Plaintext
[settings]
|
|
os=Linux
|
|
arch=armv8
|
|
compiler=gcc
|
|
compiler.version=12
|
|
compiler.libcxx=libstdc++11
|
|
build_type=Release
|
|
|
|
[conf]
|
|
tools.build:compiler_executables={"c": "/usr/bin/gcc-aarch64-linux-gnu"}
|
|
tools.cmake.cmaketoolchain:system_name=Linux
|
|
tools.cmake.cmaketoolchain:system_processor=aarch64 |