Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-01-19 | libgloss: xtensa: fix CPPFLAGS clobbering | Mike Frysinger | 1 | -5/+10 | |
No sub-Makefile.inc file should ever set CPPFLAGS directly. That is a global/common variable. Instead, ports should set the per-target CPPFLAGS to include what they need. Further, per-target CPPFLAGS should respect $(AM_CPPFLAGS). | |||||
2023-12-29 | libgloss: xtensa: fix crt0.o rule | Mike Frysinger | 1 | -3/+4 | |
Don't hardcode a custom rule for this -- reuse libobjs_a_SOURCES which was designed for this exact scenario. | |||||
2023-08-24 | libgloss: add Xtensa port | Alexey Lapshin | 28 | -0/+1901 | |
Supported esp32 and esp32s2 boards: https://github.com/espressif/esp-toolchain-docs/blob/main/gcc/build-and-run-native-app.md |