aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7b1f668..0529e84 100644
--- a/README.md
+++ b/README.md
@@ -51,3 +51,18 @@ run the following command:
./configure --prefix=/opt/riscv
make linux
+### Installation (Linux multilib)
+
+To build the Linux cross-compiler with support for both 32-bit and
+64-bit, run the following commands:
+
+ ./configure --prefix=/opt/riscv --enable-multilib
+ make linux
+
+The multilib compiler will have the prefix riscv-unknown-linux-gnu-,
+rather than the usual prefix (riscv32-... or riscv64-...).
+
+### Advanced Options
+
+There are a number of additional options that may be passed to
+configure. See './configure --help' for more details.