diff options
author | Brian Drummond | 2014-01-07 22:04:31 +0000 |
---|---|---|
committer | Brian Drummond | 2014-01-07 22:04:31 +0000 |
commit | 3ce1c036c2b172e4e053965a7cc1f61860ae27c2 (patch) | |
tree | 06aaf88686c6c90c6fa5bd9a41acebeed13a1166 /translate/gcc | |
parent | 37ea85b665a72537c233939da4a6e23fd0eb1408 (diff) | |
download | ghdl-3ce1c036c2b172e4e053965a7cc1f61860ae27c2.tar.gz ghdl-3ce1c036c2b172e4e053965a7cc1f61860ae27c2.tar.bz2 ghdl-3ce1c036c2b172e4e053965a7cc1f61860ae27c2.zip |
Last changes before 0.31 release
Diffstat (limited to 'translate/gcc')
-rwxr-xr-x | translate/gcc/dist.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/translate/gcc/dist.sh b/translate/gcc/dist.sh index cefbdfe..326f95a 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` |