Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | c6x: pin to GCC 13 | Chris Packham | 2025-01-08 | 1 | -0/+1 |
| | | | | | | | | The custom uclibc has compile errors with GCC 14. Ignoring that even a bare metal config fails to build (assembler errors in libgcc) with GCC 14. For now pin the sample config to GCC 13 since that seems to work. Signed-off-by: Chris Packham <judge.packham@gmail.com> | ||||
* | Update tic6x sample | Alexey Neyman | 2022-02-11 | 2 | -0/+15 |
Restrict kernel to 5.11 and below (support for this arch has been dropped in 5.12); rename the sample to match its name as printed by `ct-ng show-tuple` (otherwise, `make saveconfig` does not update the sample's configuration). Signed-off-by: Alexey Neyman <stilor@att.net> |