summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Collapse)Author
2024-12-17busybox: remove CBQ functionalityKlaus Aehlig
See https://bugs.busybox.net/show_bug.cgi?id=15931 for details of the fix not yet upstreamed.
2024-09-27cmake: set CMAKE_MAKE_PROGRAM to ${MAKE}Klaus Aehlig
... as, during bootstrap, when searching for a make utility, the environment variable ${MAKE} is not honored as default for CMAKE_MAKE_PROGRAM.
2024-09-27make: bring in directory of CC as default pathKlaus Aehlig
... so that other tools of the CC toolchain that might be called directly are available.
2024-09-27busybox: Add directory of CC to pathKlaus Aehlig
... as certain configure scripts call the compiler by basename
2023-11-29Remove unnecessary copiesOliver Reiche
... now that we retain (non-upwards) symlinks, make use of them.
2023-11-29Update to latest rulesOliver Reiche
2023-10-20Initial commitOliver Reiche