From 8b7375ad77445b2406d4ffd651c628d4c66a10d5 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Tue, 7 Mar 2017 13:17:37 -0800 Subject: [PATCH] Fix #364 --- src/common/constants.d | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/constants.d b/src/common/constants.d index 007a677..cf29112 100644 --- a/src/common/constants.d +++ b/src/common/constants.d @@ -174,6 +174,8 @@ immutable string[] predefinedVersions = [ "PPC64", "PPC_HardFloat", "PPC_SoftFloat", + "RISCV32", + "RISCV64", "S390", "S390X", "SDC",