diff options
author | Tristan Gingold <tgingold@free.fr> | 2014-11-02 06:20:05 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2014-11-02 06:20:05 +0100 |
commit | 0490ec633ec8c32e91b4c8e8379570ceddadbb2a (patch) | |
tree | 7dc4c9a9edec6cb4425d5f0ee916111d97b0543d /translate | |
parent | af5eebc96a1e2a445b6199d3a5b15beec870bb32 (diff) | |
download | ghdl-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-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 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. |