Skip to content

Commit 7317ccf

Browse files
sbeamercmuellner
authored andcommitted
README, clarify need for gmake on macOS
Signed-off-by: Scott Beamer <[email protected]>
1 parent bb8990c commit 7317ccf

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,14 @@ On Arch Linux, executing the following command should suffice:
3232

3333
Also available for Arch users on the AUR: [https://aur.archlinux.org/packages/riscv-gnu-toolchain-bin](https://aur.archlinux.org/packages/riscv-gnu-toolchain-bin)
3434

35-
On OS X, you can use [Homebrew](http://brew.sh) to install the dependencies:
35+
On macOS, you can use [Homebrew](http://brew.sh) to install the dependencies:
3636

37-
$ brew install python3 gawk gnu-sed gmp mpfr libmpc isl zlib expat texinfo flock libslirp
37+
$ brew install python3 gawk gnu-sed make gmp mpfr libmpc isl zlib expat texinfo flock libslirp
3838

39-
To build the glibc (Linux) on OS X, you will need to build within a case-sensitive file
39+
When executing the instructions in this README, please use `gmake` instead of `make` to use the newly installed version of make.
40+
To build the glibc (Linux) on macOS, you will need to build within a case-sensitive file
4041
system. The simplest approach is to create and mount a new disk image with
41-
a case sensitive format. Make sure that the mount point does not contain spaces. This is not necessary to build newlib or gcc itself on OS X.
42+
a case sensitive format. Make sure that the mount point does not contain spaces. This is not necessary to build newlib or gcc itself on macOS.
4243

4344
This process will start by downloading about 200 MiB of upstream sources, then
4445
will patch, build, and install the toolchain. If a local cache of the

0 commit comments

Comments
 (0)