Make these functions static and local.
[oota-llvm.git] / Makefile.config.in
index ecd05957d9dde3714cac1961fc200cd583d11a6f..bb68e4c2d36fabda9760d9048aaad5d60a5828a0 100644 (file)
@@ -110,6 +110,9 @@ BUILD_EXEEXT=@BUILD_EXEEXT@
 BUILD_CC=@BUILD_CC@
 BUILD_CXX=@BUILD_CXX@
 
+# Triple for configuring build tools when cross-compiling
+BUILD_TRIPLE=@build@
+
 # Target triple (cpu-vendor-os) for which we should generate code
 TARGET_TRIPLE=@target@