Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jun 2010 12:15:09 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r208985 - head/lib/clang/include/llvm/Config
Message-ID:  <201006101215.o5ACF99h046496@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ed
Date: Thu Jun 10 12:15:09 2010
New Revision: 208985
URL: http://svn.freebsd.org/changeset/base/208985

Log:
  Disable usage of __DATE__.
  
  This ensures that the Clang binary doesn't change checksums every time
  it's built.

Modified:
  head/lib/clang/include/llvm/Config/config.h

Modified: head/lib/clang/include/llvm/Config/config.h
==============================================================================
--- head/lib/clang/include/llvm/Config/config.h	Thu Jun 10 12:06:35 2010	(r208984)
+++ head/lib/clang/include/llvm/Config/config.h	Thu Jun 10 12:15:09 2010	(r208985)
@@ -27,7 +27,7 @@
 /* #undef ENABLE_THREADS */
 
 /* Define if timestamp information (e.g., __DATE___) is allowed */
-#define ENABLE_TIMESTAMPS 1
+/* #undef ENABLE_TIMESTAMPS */
 
 /* Define to 1 if you have the `argz_append' function. */
 /* #undef HAVE_ARGZ_APPEND */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006101215.o5ACF99h046496>