Skip to content

Commit

Permalink
Bump tools/build dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
meeq committed Jun 6, 2017
1 parent 42170cd commit 093e862
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/build
Expand Up @@ -24,9 +24,9 @@ export INSTALL_PATH=${N64_INST:-/usr/local}
export PATH=$PATH:$INSTALL_PATH/bin

# Versions
export BINUTILS_V=2.25
export GCC_V=5.1.0
export NEWLIB_V=2.2.0
export BINUTILS_V=2.28
export GCC_V=7.1.0
export NEWLIB_V=2.5.0.20170519

# Download stage
wget -c ftp://sourceware.org/pub/binutils/releases/binutils-$BINUTILS_V.tar.bz2
Expand Down

0 comments on commit 093e862

Please sign in to comment.