diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2013-05-08 14:06:38 +0200 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2013-05-08 14:06:38 +0200 |
commit | 6c18cdcdc50e94169ae7a7f847899b5256d745b9 (patch) | |
tree | cbcfc257bb910b4ca53553d25f25f9d1b38149fe /tools | |
parent | 437d109d5cb7b545f64e82d88c979b4d6f31f868 (diff) |
toolchain: update gcc version in the build script too
Diffstat (limited to 'tools')
-rw-r--r-- | tools/build-toolchains.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build-toolchains.sh b/tools/build-toolchains.sh index aee0f30b..077c4445 100644 --- a/tools/build-toolchains.sh +++ b/tools/build-toolchains.sh @@ -26,7 +26,7 @@ do else PLAT=linux fi - TC=mingw-$a-gcc-4.7.2-$PLAT-$ARCH.tar.xz + TC=mingw-$a-gcc-4.7.3-$PLAT-$ARCH.tar.xz echo "Creating tarball $TC" cd ~/mingw/$PLAT/$a XZ_OPT=-9 tar cJf $CURDIR/$TC * |