optimizer and codegen
[oota-llvm.git] / Makefile.config.in
index 5a0dcd59c3a31e3d4515f498a9fe47a4edf5cf43..7f2acf2397084ea43f431873251b03b03bf3d289 100644 (file)
@@ -102,6 +102,11 @@ LLVM_CROSS_COMPILING=@LLVM_CROSS_COMPILING@
 # tablegen call if we're cross-compiling).
 BUILD_EXEEXT=@BUILD_EXEEXT@
 
+# Compilers for the build platflorm (mainly for tablegen
+# call if we're cross-compiling).
+BUILD_CC=@BUILD_CC@
+BUILD_CXX=@BUILD_CXX@
+
 # Target triple (cpu-vendor-os) for which we should generate code
 TARGET_TRIPLE=@target@