correct variable to get a "set the path first" invocation of those tools.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19127
91177308-0d34-0410-b5e6-
96231b3b80d8
@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