config.h: Add riscv64 variant.

This commit is contained in:
Richard W.M. Jones 2016-10-14 10:36:21 +01:00
parent 7684b6800d
commit 46551f13fc
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@
#include "ruby/config-mipsel.h"
#elif defined(__mips)
#include "ruby/config-mips.h"
#elif defined(__riscv64)
#include "ruby/config-riscv64.h"
#else
#error "The ruby-devel package is not usable with the architecture."
#endif