aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJim Wilson <jimw@sifive.com>2018-01-02 15:23:33 -0800
committerJim Wilson <jimw@sifive.com>2018-01-02 21:57:13 -0800
commit04b525ccadc6de8ac16116b7154fe28512c10dac (patch)
tree372d0803dee4dfab75b1bf9a6ee009c6137140cd /README.md
parentd66c792dfe701c63a8df2028598174fbeee4e8f1 (diff)
downloadriscv-gnu-toolchain-04b525ccadc6de8ac16116b7154fe28512c10dac.zip
riscv-gnu-toolchain-04b525ccadc6de8ac16116b7154fe28512c10dac.tar.gz
riscv-gnu-toolchain-04b525ccadc6de8ac16116b7154fe28512c10dac.tar.bz2
Force --with-expat to be enabled for gdb, since OpenOCD requires it.
Add BINUTILS_GDB_TARGET_FLAGS, init to --with-expat=yes, and pass to all 3 gdb configure commands. Update README.md to list expat package names.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 48aaf16..8f6a251 100644
--- a/README.md
+++ b/README.md
@@ -26,15 +26,15 @@ Alternatively :
Several standard packages are needed to build the toolchain. On Ubuntu,
executing the following command should suffice:
- $ sudo apt-get install autoconf automake autotools-dev curl libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev
+ $ sudo apt-get install autoconf automake autotools-dev curl libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev libexpat-dev
On Fedora/CentOS/RHEL OS, executing the following command should suffice:
- $ sudo yum install autoconf automake libmpc-devel mpfr-devel gmp-devel gawk bison flex texinfo patchutils gcc gcc-c++ zlib-devel
+ $ sudo yum install autoconf automake libmpc-devel mpfr-devel gmp-devel gawk bison flex texinfo patchutils gcc gcc-c++ zlib-devel expat-devel
On OS X, you can use [Homebrew](http://brew.sh) to install the dependencies:
- $ brew install gawk gnu-sed gmp mpfr libmpc isl zlib
+ $ brew install gawk gnu-sed gmp mpfr libmpc isl zlib expat
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