mirror of
https://github.com/reactos/CMake.git
synced 2025-03-04 01:47:37 +00:00
Merge branch 'backport-kwiml-riscv' into release-3.10
There is no corresponding merge request because this fix was cherry-picked specifically for CMake 3.10.
This commit is contained in:
commit
0cfcea334b
@ -468,7 +468,7 @@ suppression macro KWIML_ABI_NO_VERIFY was defined.
|
||||
# define KWIML_ABI_ENDIAN_ID KWIML_ABI_ENDIAN_ID_LITTLE
|
||||
|
||||
/* RISC-V */
|
||||
#elif defined(__riscv__)
|
||||
#elif defined(__riscv) || defined(__riscv__)
|
||||
# define KWIML_ABI_ENDIAN_ID KWIML_ABI_ENDIAN_ID_LITTLE
|
||||
|
||||
/* Unknown CPU */
|
||||
|
Loading…
x
Reference in New Issue
Block a user