beremiz
Clone
Summary
Browse
Changes
Graph
GCC toolchain: Add {SYSROOT} substitution with support for whitespaces
2024-02-20, Edouard Tisserant
5b2f3a915a43
GCC toolchain: Add {SYSROOT} substitution with support for whitespaces
Any instance of {SYROOT} string in config's CFLAGS and LDFLAGS is replaced by sysroot path obtained from "gcc -print-sysroot"
from etherlab.etherlab import *
from util.BitmapLibrary import AddBitmapFolder
import util.paths as paths
AddBitmapFolder(os.path.join(paths.AbsDir(__file__), "images"))