summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in26
1 files changed, 16 insertions, 10 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 0ff3286b11..8959a71aff 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -40,23 +40,28 @@ TOOLLINKOPTS=@LIBS@
# Path to the library archiver program.
AR_PATH = @AR@
-# The pathnames of the Flex and Bison programs, respectively.
-YACC = @YACC@
-BISON = @BISON@
-FLEX = @LEX@
+# The pathnames of the programs we require to build
+YACC = @YACC@
+BISON = @BISON@
+FLEX = @LEX@
+TAR = @TAR@
+INSTALL = @INSTALL@
+DOT = @DOT@
+ETAGS = @ETAGS@
+ETAGSFLAGS = @ETAGSFLAGS@
-# Paths to miscellaneous programs.
+# Paths to miscellaneous programs we assume are present
RPWD = pwd
SED = sed
RM = rm
-ECHO = echo
+ECHO = echo "llvm["$(MAKELEVEL)"]:"
MKDIR = @abs_top_srcdir@/autoconf/mkinstalldirs
+INSTALL_SH = $(BUILD_SRC_ROOT)/autoconf/install-sh
DATE = date
MV = mv
-INSTALL = @INSTALL@
-DOT = @DOT@
-ETAGS = @ETAGS@
-ETAGSFLAGS = @ETAGSFLAGS@
+GZIP = gzip
+ZIP = zip
+BZIP2 = bzip2
# Determine the target for which LLVM should generate code.
LLVMGCCARCH := @target@/3.4-llvm
@@ -173,4 +178,5 @@ mandir = @mandir@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_DATA = @INSTALL_DATA@
+LLVM_TARBALL_NAME = @PACKAGE_NAME@-@PACKAGE_VERSION@