config.h: Add riscv64 variant.
This commit is contained in:
parent
7684b6800d
commit
46551f13fc
1 changed files with 2 additions and 0 deletions
2
config.h
2
config.h
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue