Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-17 | busybox: remove CBQ functionality | Klaus Aehlig | |
See https://bugs.busybox.net/show_bug.cgi?id=15931 for details of the fix not yet upstreamed. | |||
2024-09-27 | cmake: 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-27 | make: bring in directory of CC as default path | Klaus Aehlig | |
... so that other tools of the CC toolchain that might be called directly are available. | |||
2024-09-27 | busybox: Add directory of CC to path | Klaus Aehlig | |
... as certain configure scripts call the compiler by basename | |||
2023-11-29 | Remove unnecessary copies | Oliver Reiche | |
... now that we retain (non-upwards) symlinks, make use of them. | |||
2023-11-29 | Update to latest rules | Oliver Reiche | |
2023-10-20 | Initial commit | Oliver Reiche | |