diff options
Diffstat (limited to 'translate/gcc/dist.sh')
-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 530436f..e709a64 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. |