Commit 189329cb authored by Tristan Gingold's avatar Tristan Gingold

build-riscv.sh: update gcc (to 11.2), gdb and binutils

parent 70d084a2
......@@ -2,9 +2,9 @@
set -e
NEWLIB_V=3.0.0
GCC_V=7.3.0
GDB_V=8.2
BINUTILS_V=2.31.1
GCC_V=11.2.0
GDB_V=11.2
BINUTILS_V=2.38
MPC_V=1.0.3
MPFR_V=3.1.4
GMP_V=6.1.0
......@@ -76,7 +76,7 @@ do_gdb()
pushd ${GDB_BUILD_DIR} > /dev/null
${CACHE_DIR}/gdb-${GDB_V}/configure --prefix=${PREFIX} --target=riscv32-elf \
--with-mpfr=${TMP_DIR}
--with-libgmp-prefix=${TMP_DIR} --with-libmpfr-prefix=${TMP_DIR}
make -j${JOBS}
make install
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment