From 868b8c8703842c2b74f370212708f56134afdbcb Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Wed, 17 Feb 2010 12:51:44 -0800 Subject: 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. --- xts5/bin/xts-run.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xts5') 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}" -- cgit v1.2.3