1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

For PR432:

* Use LLVMGCC and LLVMGXX variables instead of computing the name

llvm-svn: 19097
This commit is contained in:
Reid Spencer 2004-12-22 05:57:50 +00:00
parent abfa1798be
commit 6508dfb58f

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 $(LLVMGCCDIR)/bin/gcc' >> site.tmp
@echo 'set llvmgxx $(LLVMGCCDIR)/bin/g++' >> site.tmp
@echo 'set llvmgcc $(LLVMGCC)' >> site.tmp
@echo 'set llvmgxx $(LLVMGXX)' >> 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