commit 1a3e6b3e1d4093d36e8c530e7b6522947ac9d2be
parent bc62bd51eb736182a3d4f81b13295d2621efe98e
Author: Sebastian <sebastian@sebsite.pw>
Date: Thu, 21 Apr 2022 15:47:29 -0400
docs/hare.scd: add riscv64 to arch list
Signed-off-by: Sebastian <sebastian@sebsite.pw>
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/hare.scd b/docs/hare.scd
@@ -235,8 +235,9 @@ The *-t* flag for *hare build* is used for cross-compilation, and selects a
architecture different from the host to target. The list of supported
architectures is:
-- x86_64
- aarch64
+- riscv64
+- x86_64
The system usually provides reasonable defaults for the *AR*, *AS*, and *LD*
tools based on the desired target. However, you may wish to set these variables