config.h: Add riscv64 variant.
This commit is contained in:
parent
7684b6800d
commit
46551f13fc
2
config.h
2
config.h
@ -52,6 +52,8 @@
|
|||||||
#include "ruby/config-mipsel.h"
|
#include "ruby/config-mipsel.h"
|
||||||
#elif defined(__mips)
|
#elif defined(__mips)
|
||||||
#include "ruby/config-mips.h"
|
#include "ruby/config-mips.h"
|
||||||
|
#elif defined(__riscv64)
|
||||||
|
#include "ruby/config-riscv64.h"
|
||||||
#else
|
#else
|
||||||
#error "The ruby-devel package is not usable with the architecture."
|
#error "The ruby-devel package is not usable with the architecture."
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user