summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-04-06 22:00:36 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-04-06 22:00:36 +0000
commit7917d3af3f51a3584a87a44548d584a5ac253cfc (patch)
tree8e1aedf341c194ac255522846676a19ad1dabdbf /Makefile.config.in
parent253b9e775045e19b3ad9bc56a4ca656e2b21a46a (diff)
downloadllvm-7917d3af3f51a3584a87a44548d584a5ac253cfc.tar.gz
llvm-7917d3af3f51a3584a87a44548d584a5ac253cfc.tar.bz2
llvm-7917d3af3f51a3584a87a44548d584a5ac253cfc.tar.xz
For support of new GCC v4, obtain the full and major versions of the
llvm-gcc command. This will help distinguish which version is being used so the makefiles can accommodate. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27461 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 85d518087a..ad6be2bb75 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -167,6 +167,8 @@ LLVMGCC := @LLVMGCC@
LLVMGXX := @LLVMGXX@
LLVMCC1 := @LLVMCC1@
LLVMCC1PLUS := @LLVMCC1PLUS@
+LLVMGCC_VERSION := @LLVMGCC_VERSION@
+LLVMGCC_MAJVERS := @LLVMGCC_MAJVERS@
# Path to directory where object files should be stored during a build.
# Set OBJ_ROOT to "." if you do not want to use a separate place for