Fix RTARCH in our Makefile and lets us access riscv-specific implementations
authorjca <jca@openbsd.org>
Tue, 6 Feb 2024 05:00:12 +0000 (05:00 +0000)
committerjca <jca@openbsd.org>
Tue, 6 Feb 2024 05:00:12 +0000 (05:00 +0000)
commitc120e3490c7766ea727d666a34b6a4c3202b7e1d
tree27a809b1993ce0a0fb22b560705ba14e7449a0a6
parentc606d7e3e63dbf51700f5a6d90d30395ceaa2676
Fix RTARCH in our Makefile and lets us access riscv-specific implementations

This brings us fp_mode.c used in softfloat code, and muldi3.S used when
the target ISA doesn't have the Multiply extension.

ok kettenis@
gnu/lib/libcompiler_rt/Makefile