summaryrefslogtreecommitdiff
path: root/translate/gcc
diff options
context:
space:
mode:
authorTristan Gingold2014-03-08 15:58:32 +0100
committerTristan Gingold2014-03-08 15:58:32 +0100
commitf1cbfa0165ced1fc75f8fea817b0e8e3bcfe6b47 (patch)
tree5a870691a0c833bd8014e1f7e5035791d1172357 /translate/gcc
parente6001445a14d5e96db78ff56c68d8ae96dec0968 (diff)
downloadghdl-f1cbfa0165ced1fc75f8fea817b0e8e3bcfe6b47.tar.gz
ghdl-f1cbfa0165ced1fc75f8fea817b0e8e3bcfe6b47.tar.bz2
ghdl-f1cbfa0165ced1fc75f8fea817b0e8e3bcfe6b47.zip
Minor cleanup in ortho/gcc (add copyright headers, remove t_condtype, remove
commented out code).
Diffstat (limited to 'translate/gcc')
-rwxr-xr-xtranslate/gcc/dist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/translate/gcc/dist.sh b/translate/gcc/dist.sh
index 326f95a..530436f 100755
--- a/translate/gcc/dist.sh
+++ b/translate/gcc/dist.sh
@@ -43,7 +43,7 @@ GCCVERSION=4.8.2
# Machine name used by GCC
MACHINE=i686-pc-linux-gnu
# Directory where GCC sources (and objects) stay.
-DISTDIR=$HOME/dist
+DISTDIR=${DISTDIR:-$HOME/dist}
# GTKWave version.
GTKWAVE_VERSION=3.3.50