resources: Update m5 command to cross compile

By default, the cross compiler used by scons to compile riscv targets
is riscv64-unknown-linux-gnu-, which is the one used throughout this
README file. However, it's important to point out how to change
the cross compiler as it's very likely to be varied from a system
to another.

Signed-off-by: Hoa Nguyen <hoanguyen@ucdavis.edu>
Change-Id: Iba29b7e38fbb5c065459c4d229929350bdce90ec
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5-resources/+/48240
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: Jason Lowe-Power <power.jg@gmail.com>
diff --git a/src/riscv-fs/README.md b/src/riscv-fs/README.md
index cdca282..da3b8f5 100644
--- a/src/riscv-fs/README.md
+++ b/src/riscv-fs/README.md
@@ -195,6 +195,10 @@
 cp build/riscv/out/m5 ../../../riscv64-sample/RootFS/sbin/
 ```
 
+**Note**: the default cross-compiler is `riscv64-unknown-linux-gnu-`. To change the cross-compiler, you can set the cross-compiler using the scons sticky variable `riscv.CROSS_COMPILE`. For example,
+```sh
+scons riscv.CROSS_COMPILE=riscv64-linux-gnu- build/riscv/out/m5
+```
 ## Disk Image
 
 Create a disk of 512MB size.