diff options
author | Brad Campbell <bradjc5@gmail.com> | 2021-08-05 14:26:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-05 14:26:39 -0400 |
commit | 5750e68b91243cb79bcd7ca7d05a6cbe500aa63f (patch) | |
tree | f54c5d1e0618f0645d064dd1a70b9c3d6d0066fd | |
parent | 995778bd3315faddd709948190ca76fb10b43188 (diff) | |
download | riscv-gnu-toolchain-5750e68b91243cb79bcd7ca7d05a6cbe500aa63f.zip riscv-gnu-toolchain-5750e68b91243cb79bcd7ca7d05a6cbe500aa63f.tar.gz riscv-gnu-toolchain-5750e68b91243cb79bcd7ca7d05a6cbe500aa63f.tar.bz2 |
add flock to OS X dependencies
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,8 @@ On Arch Linux, executing the following command should suffice: 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 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 |