summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-05-10 20:11:56 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-05-10 20:11:56 +0000
commitdd464df687faf544e83684d0c0e4da87c05f8bfe (patch)
tree66f95a61bd7cc78619360621787c82f9171a6e31 /Makefile.config.in
parentfaa19c32a244efdd3d9d546d938389a42537d949 (diff)
downloadllvm-dd464df687faf544e83684d0c0e4da87c05f8bfe.tar.gz
llvm-dd464df687faf544e83684d0c0e4da87c05f8bfe.tar.bz2
llvm-dd464df687faf544e83684d0c0e4da87c05f8bfe.tar.xz
Add new configure option, --disable-timestamps, intended to turn off anything which would mess up binary/object comparisons. Currently:
- Disables 'Built on ...' in 'foo --version'. - Disables timestamps from being embedded into .dir files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103423 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 8fce3b27c8..ec11bb3a52 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -270,6 +270,9 @@ ENABLE_SHARED := @ENABLE_SHARED@
# Use -fvisibility-inlines-hidden?
ENABLE_VISIBILITY_INLINES_HIDDEN := @ENABLE_VISIBILITY_INLINES_HIDDEN@
+# Do we want to allow timestamping information into builds?
+ENABLE_TIMESTAMPS := @ENABLE_TIMESTAMPS@
+
# This option tells the Makefiles to produce verbose output.
# It essentially prints the commands that make is executing
#VERBOSE = 1