summaryrefslogtreecommitdiff
path: root/etc/defaults
AgeCommit message (Collapse)Author
2024-05-16Provide shell defaults for the testsKlaus Aehlig
2024-04-04tools: Use mimalloc.o for statically linked toolsOliver Reiche
2024-01-10repos: Base rules on parent rulesOliver Reiche
... to propagate foreign tools that are the same in each rule set (e.g., busybox, make).
2024-01-10repos: Refactor rules/static-build to rules/toolsOliver Reiche
... as those rules are only used by tools.
2024-01-10Introduce and honor BOOTSTRAP_CFLAGSOliver Reiche
... and drop rule-injected LDFLAGS for all bootstrap targets in stage-0, as those flags might not be supported by the unknown bootstrap compiler.
2023-10-20Initial commitOliver Reiche