summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in23
1 files changed, 6 insertions, 17 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 34820fdef2..a461a280d2 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -65,13 +65,13 @@ FLEX = @LEX@
#
# Paths to miscellaneous programs.
#
-RPWD = @RPWD@
-SED = @SED@
-RM = @RM@
-ECHO = @ECHO@
+RPWD = pwd
+SED = sed
+RM = rm
+ECHO = echo
MKDIR = @abs_top_srcdir@/autoconf/mkinstalldirs
-DATE = @DATE@
-MV = @MV@
+DATE = date
+MV = mv
INSTALL = @INSTALL@
DOT = @DOT@
ETAGS = @ETAGS@
@@ -109,11 +109,6 @@ LLVMGCCDIR := @LLVMGCCDIR@
#
BYTECODE_REPOSITORY := @BCR@
-# Path to location for purify, this is only needed if you build with
-# ENABLE_PURIFY=1
-#
-PURIFY = @PURIFY@
-
#
# SPEC benchmarks:
# Set the USE_SPEC variable to enable the use of the SPEC benchmarks.
@@ -155,12 +150,6 @@ PAPIDIR := @PAPIDIR@
#
#VERBOSE = 1
-# When ENABLE_PURIFY is set to 1, the LLVM tools are linked with purify (which
-# must be locally installed) to allow for some automated memory error debugging.
-#
-#ENABLE_PURIFY = 1
-@ENABLE_PURIFY@
-
#
# Enable JIT for this platform
#