Re: [PATCH 0/3] tools/nolibc: hexagon support
Brian Cain <[email protected]>
| Newsgroups | org.kernel.vger.linux-hexagon,org.kernel.vger.linux-kernel,org.kernel.vger.linux-kselftest |
|---|---|
| Message-ID | <[email protected]> |
On 8/19/2026 1:31 AM, Thomas Weißschuh wrote: > Add support for the hexagon architecture. > > Signed-off-by: Thomas Weißschuh <[email protected]> > --- Thanks, Thomas! I've got similar nolibc patches in my tree that I have been sitting on - but I like yours better. Aside from the copy/paste error Willy identified, LGTM: Reviewed-by: Brian Cain <[email protected]> > Thomas Weißschuh (3): > tools/nolibc: split the architecture list into multiple lines > selftests/nolibc: prepare for clang-only architectures > tools/nolibc: add support for hexagon > > tools/include/nolibc/Makefile | 18 ++- > tools/include/nolibc/arch-hexagon.h | 164 +++++++++++++++++++++++++ > tools/include/nolibc/arch.h | 2 + > tools/testing/selftests/nolibc/Makefile.nolibc | 8 ++ > tools/testing/selftests/nolibc/run-tests.sh | 20 ++- > 5 files changed, 209 insertions(+), 3 deletions(-) > --- > base-commit: b58afc8d1cf85688601b8d7e271125fff666f661 > change-id: 20260511-nolibc-hexagon-3f8891f4c7fe > > Best regards, > -- > Thomas Weißschuh <[email protected]> >