diff options
author | Tristan Gingold | 2014-03-08 15:58:32 +0100 |
---|---|---|
committer | Tristan Gingold | 2014-03-08 15:58:32 +0100 |
commit | f1cbfa0165ced1fc75f8fea817b0e8e3bcfe6b47 (patch) | |
tree | 5a870691a0c833bd8014e1f7e5035791d1172357 /translate/gcc | |
parent | e6001445a14d5e96db78ff56c68d8ae96dec0968 (diff) | |
download | ghdl-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-x | translate/gcc/dist.sh | 2 |
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 |