Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | arm-none-eabi: Disable RWX segment warning in binutils | Keith Packard | 2022-08-19 | 1 | -0/+1 |
| | | | | | | | | | | This warning is designed to catch likely vulnerabilities in code run under memory protection -- allowing execution from memory which is writable. However, embedded arm systems frequently require placing code in RAM, for performance or functionality reasons. Disable the warning that recent versions of binutils has added. Signed-off-by: Keith Packard <keithp@keithp.com> | ||||
* | Add sample arm-none-eabi | Keith Packard | 2022-05-12 | 2 | -0/+17 |
This is the triplet used by the Arm Embedded Toolkit as well as Debian. Signed-off-by: Keith Packard <keithp@keithp.com> |