diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2010-02-17 12:51:44 -0800 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2010-02-17 12:51:44 -0800 |
commit | 868b8c8703842c2b74f370212708f56134afdbcb (patch) | |
tree | eebd8b1718c4d2f7e86340dfdc034f32764bfdb3 /xts5 | |
parent | 952e92c106e9c7eb149d35af99a0422ec7306f9b (diff) |
xts5: Specify default tcc to use in xts-run
We want to use the tcc built with xts, so default to setting the full
path instead of hoping to find it in $PATH.
Diffstat (limited to 'xts5')
-rw-r--r-- | xts5/bin/xts-run.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xts5/bin/xts-run.in b/xts5/bin/xts-run.in index 58a48d1b..b5e95d36 100644 --- a/xts5/bin/xts-run.in +++ b/xts5/bin/xts-run.in @@ -3,7 +3,7 @@ bindir="%bindir%" DEFAULT_TET_ROOT="%DEFAULT_TET_ROOT%" -TCC=${TCC-tcc} +TCC="${TCC-${bindir}/tcc}" PERL=${PERL-perl} XTS_CONFIG="${XTS_CONFIG-${bindir}/xts-config}" |