diff options
author | Eric Christopher <echristo@apple.com> | 2011-09-21 00:53:42 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-09-21 00:53:42 +0000 |
commit | 73ec95296e231215f021fe591f068a10283dc882 (patch) | |
tree | ada37a7d6fcb782b705ed650ef0b7c7b3a5676c0 /Makefile.config.in | |
parent | 317eaf19937813d630166bfec7b933a98ea89aa5 (diff) |
Remove the rest of the compiler checking from the top level configure
script. Only the testsuite project needs to know this information.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140220 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r-- | Makefile.config.in | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/Makefile.config.in b/Makefile.config.in index 9bdb07563f..49532c1ced 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -188,30 +188,6 @@ LIBS := @LIBS@ # Targets that we should build TARGETS_TO_BUILD=@TARGETS_TO_BUILD@ -# Path to location for LLVM C/C++ front-end. You can modify this if you -# want to override the value set by configure. -LLVMGCCDIR := @LLVMGCCDIR@ - -# Full pathnames of LLVM C/C++ front-end 'cc1' and 'cc1plus' binaries: -LLVMGCC := @LLVMGCC@ -LLVMGXX := @LLVMGXX@ -LLVMCC1 := @LLVMCC1@ -LLVMCC1PLUS := @LLVMCC1PLUS@ -LLVMGCC_LANGS := @LLVMGCC_LANGS@ -LLVMGCC_DRAGONEGG := @LLVMGCC_DRAGONEGG@ - -# Information on Clang, if configured. -CLANGPATH := @CLANGPATH@ -CLANGXXPATH := @CLANGXXPATH@ -ENABLE_BUILT_CLANG := @ENABLE_BUILT_CLANG@ - -# The LLVM capable compiler to use. -LLVMCC_OPTION := @LLVMCC_OPTION@ - -# The flag used to emit LLVM IR. -LLVMCC_EMITIR_FLAG = @LLVMCC_EMITIR_FLAG@ -LLVMCC_DISABLEOPT_FLAGS := @LLVMCC_DISABLEOPT_FLAGS@ - # 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 # object files. |