Added RISC-V.

This commit is contained in:
Branimir Karadžić
2016-03-25 22:38:28 -07:00
parent 4a92a18ddd
commit 31cbd50aaf
4 changed files with 45 additions and 13 deletions

View File

@@ -22,7 +22,8 @@
|| defined(__NetBSD__) \
|| defined(__OpenBSD__) \
|| defined(__FreeBSD__) \
|| defined(__native_client__)
|| defined(__native_client__) \
|| defined(__riscv)
# define UNITTEST_POSIX
#endif