summaryrefslogtreecommitdiff
path: root/utils/mkfile
diff options
context:
space:
mode:
authorRichard Miller <miller.research@gmail.com>2020-11-09 11:36:14 +0000
committerRichard Miller <miller.research@gmail.com>2020-11-09 11:36:14 +0000
commit6e84dc968bc4eaf047fbefcba2f670940718dda8 (patch)
tree523d2f81946b1e0abe4afddf1d2fce7e1525b7d7 /utils/mkfile
parent2a571cc0ece4073eb56d5ccfc3e061a09a353e13 (diff)
Add toolchain for riscv (ia ic il) and riscv64 (ja jc jl)
Because the rv64 ISA is very nearly a proper superset of rv32, the compilers ic and jc are actually the same program, which compiles to .i or .j depending on how it is invoked; similarly for ia/ja and il/jl. It is also possible to invoke ia/ic/il with a '-j' option to specify 64-bit behaviour.
Diffstat (limited to 'utils/mkfile')
-rw-r--r--utils/mkfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/mkfile b/utils/mkfile
index 9b8b3126..804215b3 100644
--- a/utils/mkfile
+++ b/utils/mkfile
@@ -45,6 +45,9 @@ NOTPLAN9=\
ka\
kc\
kl\
+ ia\
+ ic\
+ il\
mk\
ksize\
kstrip\