From c4de9111918fc7e78566de611396d091a8d74440 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 22 Dec 2004 05:57:50 +0000 Subject: [PATCH] For PR432: * Use LLVMGCC and LLVMGXX variables instead of computing the name llvm-svn: 19097 --- llvm/test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/test/Makefile b/llvm/test/Makefile index 7e3d1290f500..03d63a3df62e 100644 --- a/llvm/test/Makefile +++ b/llvm/test/Makefile @@ -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