aboutsummaryrefslogtreecommitdiffstats
path: root/translate/gcc
diff options
context:
space:
mode:
authorBrian Drummond <brian@shapes.demon.co.uk>2014-01-07 22:04:31 +0000
committerBrian Drummond <brian@shapes.demon.co.uk>2014-01-07 22:04:31 +0000
commit3ce1c036c2b172e4e053965a7cc1f61860ae27c2 (patch)
tree06aaf88686c6c90c6fa5bd9a41acebeed13a1166 /translate/gcc
parent37ea85b665a72537c233939da4a6e23fd0eb1408 (diff)
downloadghdl-3ce1c036c2b172e4e053965a7cc1f61860ae27c2.tar.gz
ghdl-3ce1c036c2b172e4e053965a7cc1f61860ae27c2.tar.bz2
ghdl-3ce1c036c2b172e4e053965a7cc1f61860ae27c2.zip
Last changes before 0.31 release
Diffstat (limited to 'translate/gcc')
-rwxr-xr-xtranslate/gcc/dist.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/translate/gcc/dist.sh b/translate/gcc/dist.sh
index cefbdfeed..326f95a55 100755
--- a/translate/gcc/dist.sh
+++ b/translate/gcc/dist.sh
@@ -39,13 +39,13 @@
set -e
# GCC version
-GCCVERSION=4.7.2
+GCCVERSION=4.8.2
# Machine name used by GCC
MACHINE=i686-pc-linux-gnu
# Directory where GCC sources (and objects) stay.
DISTDIR=$HOME/dist
# GTKWave version.
-GTKWAVE_VERSION=1.3.72
+GTKWAVE_VERSION=3.3.50
# GHDL version (extracted from version.ads)
VERSION=`sed -n -e 's/.*GHDL \([0-9.a-z]*\) (.*/\1/p' ../../version.ads`