mbox series

[v2,0/2] Add option to ban textrels

Message ID 20240529-ztext-v2-0-82985032f169@gmx.net
Headers show
Series Add option to ban textrels | expand

Message

J. Neuschäfer May 29, 2024, 6:22 p.m. UTC
Signed-off-by: J. Neuschäfer <j.neuschaefer@gmx.net>
---
Changes in v2:
- Slightly different wording
- Enable the option by default on musl toolchains
- Add patch to fix build of micropython

Link to v1:
- https://lore.kernel.org/r/20240419-ztext-v1-1-a8d5c2cfcf57@gmx.net

---
J. Neuschäfer (2):
      Config.in: ban textrels on musl toolchains
      micropython: Add patch to avoid textrel on arm/thumb

 Config.in                                          |  14 +++
 package/Makefile.in                                |   4 +
 ...-Make-non-Thumb2-long-jump-workaround-opt.patch | 130 +++++++++++++++++++++
 3 files changed, 148 insertions(+)
---
base-commit: d506e232e7388e70622a1c1b2a3069367d7b305b
change-id: 20240417-ztext-5accbab61c0a

Best regards,
--
J. Neuschäfer <j.neuschaefer@gmx.net>