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:
Brad King 2018-01-09 09:52:57 -05:00
commit 0cfcea334b

View File

@ -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 */