aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKito Cheng <kito.cheng@sifive.com>2023-02-24 16:12:28 +0800
committerGitHub <noreply@github.com>2023-02-24 16:12:28 +0800
commitf0b00941ec640bfdbe31304820892fe9d490f9bb (patch)
treeebd096a7f1f949a6268ba2e82090fa3b3fd95db8
parent03abd22206bcf09a9ffbf5fc92bbb127be1bc683 (diff)
parent02eeb624a0bdf469fc4107928250d6cd5b8dec96 (diff)
downloadriscv-gnu-toolchain-f0b00941ec640bfdbe31304820892fe9d490f9bb.zip
riscv-gnu-toolchain-f0b00941ec640bfdbe31304820892fe9d490f9bb.tar.gz
riscv-gnu-toolchain-f0b00941ec640bfdbe31304820892fe9d490f9bb.tar.bz2
Merge pull request #1182 from xmzzz/update-readme-os-x2023.02.25
Docs: Update README.md
-rw-r--r--README.md12
1 files changed, 5 insertions, 7 deletions
diff --git a/README.md b/README.md
index 5037475..0281d30 100644
--- a/README.md
+++ b/README.md
@@ -34,9 +34,7 @@ Also available for Arch users on the AUR: [https://aur.archlinux.org/packages/ri
On OS X, you can use [Homebrew](http://brew.sh) to install the dependencies:
- $ brew install python3 gawk gnu-sed gmp mpfr libmpc isl zlib expat
- $ brew tap discoteq/discoteq
- $ brew install flock
+ $ brew install python3 gawk gnu-sed gmp mpfr libmpc isl zlib expat texinfo flock
To build the glibc (Linux) on OS X, you will need to build within a case-sensitive file
system. The simplest approach is to create and mount a new disk image with
@@ -50,9 +48,9 @@ complete the process.
### Installation (Newlib)
-To build the Newlib cross-compiler, pick an install path. If you choose,
-say, `/opt/riscv`, then add `/opt/riscv/bin` to your `PATH` now. Then, simply
-run the following command:
+To build the Newlib cross-compiler, pick an install path (that is writeable).
+If you choose, say, `/opt/riscv`, then add `/opt/riscv/bin` to your `PATH`.
+Then, simply run the following command:
./configure --prefix=/opt/riscv
make
@@ -61,7 +59,7 @@ You should now be able to use riscv64-unknown-elf-gcc and its cousins.
### Installation (Linux)
-To build the Linux cross-compiler, pick an install path (that is writeable.)
+To build the Linux cross-compiler, pick an install path (that is writeable).
If you choose, say, `/opt/riscv`, then add `/opt/riscv/bin` to your `PATH`.
Then, simply run the following command: