mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-18 05:01:50 -06: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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user