You've already forked M5Stack_Linux_Libs
mirror of
https://github.com/m5stack/M5Stack_Linux_Libs.git
synced 2026-05-20 11:01:38 -07:00
20 lines
382 B
Plaintext
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} |