From 6e84dc968bc4eaf047fbefcba2f670940718dda8 Mon Sep 17 00:00:00 2001 From: Richard Miller Date: Mon, 9 Nov 2020 11:36:14 +0000 Subject: 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. --- utils/mkfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'utils/mkfile') 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\ -- cgit v1.2.3