From 48cfa8d8689abdaf956b83817f7b835a4b17b8b5 Mon Sep 17 00:00:00 2001 From: Eyck-Alexander Jentzsch Date: Mon, 17 Jun 2024 18:40:12 +0200 Subject: [PATCH] appendage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0a28d8..f90d64e 100644 --- a/README.md +++ b/README.md @@ -22,4 +22,4 @@ Currently, this repository only supports creation of 32-bit executables (Even wh Compiling for the 'e' extension / ISA together with any other extension (`ISA=emc` for example), requires setting the `RISCV_ABI=ilp32e` explicitly. -When switching ABI ensure that object files in the corresponding 'env' dir in the 'bare-metal-bsp' submodule are removed, so they get created with the appropriate flags (namely the 'init.o' file). +When switching ABI or ARCH ensure that object files in the corresponding 'env' dir in the 'bare-metal-bsp' submodule are removed, so they get created with the appropriate flags (namely the 'init.o' file).