Make the check a little quieter.
[oota-llvm.git] / Makefile.config.in
index 8959a71afffe4b2c2dee3f833830131dd5ce08bc..c9b9442885dc7bc0c291f998f769cb69beab3be2 100644 (file)
@@ -18,6 +18,9 @@ OS=@OS@
 # Target hardware architecture
 ARCH=@ARCH@
 
+# Target triple (cpu-vendor-os) for which we should generate code
+TARGET_TRIPLE=@target@
+
 # Endian-ness of the target
 ENDIAN=@ENDIAN@
 
@@ -31,6 +34,9 @@ CC := @CC@
 # Path to the Python interpreter
 PYTHON := @PYTHON@
 
+# Path to the Deja-Gnu runtest program
+RUNTEST := @RUNTEST@
+
 # Linker flags.
 LDFLAGS+=@LDFLAGS@
 
@@ -54,7 +60,7 @@ ETAGSFLAGS = @ETAGSFLAGS@
 RPWD    = pwd
 SED     = sed
 RM      = rm
-ECHO    = echo "llvm["$(MAKELEVEL)"]:" 
+ECHO    = echo
 MKDIR   = @abs_top_srcdir@/autoconf/mkinstalldirs
 INSTALL_SH = $(BUILD_SRC_ROOT)/autoconf/install-sh
 DATE    = date
@@ -155,10 +161,6 @@ ifndef LLVM_SRC_ROOT
 LLVM_SRC_ROOT := $(BUILD_SRC_ROOT)
 endif
 
-# Handle configured libraries
-HAVE_BZIP2 := @HAVE_BZIP2@
-HAVE_ZLIB  := @HAVE_ZLIB@
-
 # Installation directories, as provided by the configure script.
 exec_prefix = @exec_prefix@
 prefix = @prefix@