The dejagnu scripts need a path for llvm-gcc/llvm-g++ as well so use the

correct variable to get a "set the path first" invocation of those tools.

llvm-svn: 19127
This commit is contained in:
Reid Spencer 2004-12-24 03:38:01 +00:00
parent 35655d69b5
commit 69d897cc22
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@ site.exp: Makefile $(LLVM_OBJ_ROOT)/Makefile.config
@echo 'set prcontext "$(TCLSH) $(LLVM_SRC_ROOT)/test/Scripts/prcontext.tcl"' >> site.tmp
@echo 'set srcdir $(LLVM_SRC_ROOT)/test' >>site.tmp
@echo "set objdir $(LLVM_OBJ_ROOT)/test" >>site.tmp
@echo 'set llvmgcc $(LLVMGCC)' >> site.tmp
@echo 'set llvmgxx $(LLVMGXX)' >> site.tmp
@echo 'set llvmgcc "$(LLVMGCCWITHPATH)"' >> site.tmp
@echo 'set llvmgxx "$(LLVMGXXWITHPATH)"' >> site.tmp
@echo '## All variables above are generated by configure. Do Not Edit ## ' >>site.tmp
@test ! -f site.exp || \
sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp