Re: [PATCH libevl v2] build: add initial RISC-V support
Florian Bezdeka <[email protected]> Thu, 09 Jul 2026 17:17:16 +0200
| Newsgroups | dev.linux.lists.xenomai |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 2026-07-09 at 15:44 +0200, Tobias Schaffner wrote: > Provide the basic build infrastructure and VDSO definitions > required to build libevl on RISC-V. > > Signed-off-by: Tobias Schaffner <[email protected]> > --- > lib/arch/riscv/include/asm/evl/vdso.h | 14 ++++++++++++++ > meson.build | 4 ++++ > meson/riscv64-linux-gnu | 17 +++++++++++++++++ > 3 files changed, 35 insertions(+) > create mode 100644 lib/arch/riscv/include/asm/evl/vdso.h > create mode 100644 meson/riscv64-linux-gnu > > diff --git a/lib/arch/riscv/include/asm/evl/vdso.h b/lib/arch/riscv/include/asm/evl/vdso.h > new file mode 100644 > index 0000000..5e331fb > --- /dev/null > +++ b/lib/arch/riscv/include/asm/evl/vdso.h > @@ -0,0 +1,14 @@ > +/* > + * SPDX-License-Identifier: MIT > + * > + * Copyright (C) 2021 Philippe Gerum <[email protected]> > + */ ^^ Copy paste mistake? At least wrong year...