Allow building with GCC >= 13.3 on RISC-V
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 22 Jul 2024 17:47:33 +0000 (13:47 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 23 Jul 2024 19:16:53 +0000 (15:16 -0400)
commit86cca1f6d1a6052817ed671255b022f04a22226f
tree3e3a1b889e802efb17e14125a32fa2bd10f87f2e
parent0bf1c4db7a5ba5a8d6bd417e287749ec1ee059a6
Allow building with GCC >= 13.3 on RISC-V

Building with GCC was marked as broken on RISC-V in
"46980605309e922d14f646c6705d184cb674c0f7". The patches fixing the issue
with atomic operations were included in the GCC 14 branch and backported
to 13.3.0.

Add the appropriate checks to allow building on RISC-V with the fixed
GCC versions.

Tested with GCC 13.3.0 on a VisionFive 2 board.

Change-Id: I9e4498640116b2b5fe73dd8e1822309444130998
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/urcu/uatomic/riscv.h
This page took 0.025336 seconds and 4 git commands to generate.