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"
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.
def _(x):
"""No translation"""
return x
Broken = _("Broken")
Started = _("Started")
Stopped = _("Stopped")
Disconnected = _("Disconnected")
Empty = _("Empty")