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).