aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <jimw@sifive.com>2020-12-10 11:14:21 -0800
committerGitHub <noreply@github.com>2020-12-10 11:14:21 -0800
commit7553f354bf107ef98f88b824845f61a875502a72 (patch)
treee09132e9f9cf9a8647ece674b2759941bd68a1ef
parent168878203fa440a799b3c502af2a5b7f0f0eed7e (diff)
parent91d6fdf40b4f39de3b7ea726f84477b4805f4773 (diff)
downloadriscv-gnu-toolchain-7553f354bf107ef98f88b824845f61a875502a72.zip
riscv-gnu-toolchain-7553f354bf107ef98f88b824845f61a875502a72.tar.gz
riscv-gnu-toolchain-7553f354bf107ef98f88b824845f61a875502a72.tar.bz2
Merge pull request #792 from higuoxing/master
Replace `build-essential` with `base-devel` in the installation guide for Arch Linux.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f8b8e98..8119888 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ On Fedora/CentOS/RHEL OS, executing the following command should suffice:
On Arch Linux, executing the following command should suffice:
- $ pacman -Syyu autoconf automake curl python3 mpc mpfr gmp gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib expat
+ $ pacman -Syyu autoconf automake curl python3 mpc mpfr gmp gawk base-devel bison flex texinfo gperf libtool patchutils bc zlib expat
On OS X, you can use [Homebrew](http://brew.sh) to install the dependencies: