From f1cbfa0165ced1fc75f8fea817b0e8e3bcfe6b47 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 8 Mar 2014 15:58:32 +0100 Subject: Minor cleanup in ortho/gcc (add copyright headers, remove t_condtype, remove commented out code). --- translate/gcc/dist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'translate/gcc') 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 -- cgit