aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-04-06 22:22:08 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-04-06 22:22:08 +0000
commit805ab0789a2546b32cc96759d3b4e2881bdc0d8f (patch)
tree0d54eec311c314903045d3e6c2d1f8f368700d84 /test/Makefile
parent93bc3cdd43a7f4e764049d12bd6aad019b834432 (diff)
downloadexternal_llvm-805ab0789a2546b32cc96759d3b4e2881bdc0d8f.zip
external_llvm-805ab0789a2546b32cc96759d3b4e2881bdc0d8f.tar.gz
external_llvm-805ab0789a2546b32cc96759d3b4e2881bdc0d8f.tar.bz2
Add the variable llvmgccmajvers to the site.exp file. This will contain
the major version number of llvm-gcc, as configured. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27465 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index e2306da..2a77a3e 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -46,6 +46,7 @@ site.exp: Makefile $(LLVM_OBJ_ROOT)/Makefile.config
@echo "set objdir $(LLVM_OBJ_ROOT)/test" >>site.tmp
@echo 'set llvmgcc "PATH=\"$(LLVMToolDir):$(PATH)\" \"$(LLVMGCC)\""' >> site.tmp
@echo 'set llvmgxx "PATH=\"$(LLVMToolDir):$(PATH)\" \"$(LLVMGCC)\""' >> site.tmp
+ @echo 'set llvmgccmajvers "$(LLVMGCC_MAJVERS)"' >> 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