aboutsummaryrefslogtreecommitdiffstats
path: root/translate
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-11-02 06:20:05 +0100
committerTristan Gingold <tgingold@free.fr>2014-11-02 06:20:05 +0100
commit0490ec633ec8c32e91b4c8e8379570ceddadbb2a (patch)
tree7dc4c9a9edec6cb4425d5f0ee916111d97b0543d /translate
parentaf5eebc96a1e2a445b6199d3a5b15beec870bb32 (diff)
downloadghdl-0490ec633ec8c32e91b4c8e8379570ceddadbb2a.tar.gz
ghdl-0490ec633ec8c32e91b4c8e8379570ceddadbb2a.tar.bz2
ghdl-0490ec633ec8c32e91b4c8e8379570ceddadbb2a.zip
Default is now gcc-4.9. Silent ortho-lang warnings.
Diffstat (limited to 'translate')
-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 530436ff5..e709a6448 100755
--- a/translate/gcc/dist.sh
+++ b/translate/gcc/dist.sh
@@ -39,9 +39,9 @@
set -e
# GCC version
-GCCVERSION=4.8.2
+GCCVERSION=4.9.2
# Machine name used by GCC
-MACHINE=i686-pc-linux-gnu
+MACHINE=${MACHINE:i686-pc-linux-gnu}
# Directory where GCC sources (and objects) stay.
DISTDIR=${DISTDIR:-$HOME/dist}
# GTKWave version.