Re: [PATCH v2] tools/nolibc: add support for OpenRISC / or1k
Thomas Weißschuh <[email protected]> Wed, 29 Apr 2026 22:58:31 +0200
| Newsgroups | org.kernel.vger.linux-openrisc,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 2026-04-29 19:43:08+0100, Stafford Horne wrote: > On Wed, Apr 29, 2026 at 05:20:45PM +0200, Thomas Weißschuh wrote: > > Add support for OpenRISC / or1k to nolibc. > > > > _start() uses the same wrapper construct as in arch-sh.h. > > libgcc is necessary as OpenRISC is missing 64-bit multiplication. > > > > Signed-off-by: Thomas Weißschuh <[email protected]> > > Acked-by: Stafford Horne <[email protected]> Thanks! > Do you want me to pick this up to send via the openrisc queue? Or do you prefer > it go via the selftests queue? I'll take it through the nolibc tree. Otherwise we'd get a bunch of merge conflicts, too. (...) Thomas