diff options
-rw-r--r-- | device/include/llvm/Config/config.h | 2 | ||||
-rw-r--r-- | host/include/llvm/Config/config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/device/include/llvm/Config/config.h b/device/include/llvm/Config/config.h index ac58972..d63e022 100644 --- a/device/include/llvm/Config/config.h +++ b/device/include/llvm/Config/config.h @@ -20,7 +20,7 @@ #define ENABLE_PIC 1 /* Define if timestamp information (e.g., __DATE___) is allowed */ -#define ENABLE_TIMESTAMPS 1 +/* #undef ENABLE_TIMESTAMPS */ /* Directory where gcc is installed. */ #define GCC_INSTALL_PREFIX "" diff --git a/host/include/llvm/Config/config.h b/host/include/llvm/Config/config.h index cb3d4a3..cb9d87a 100644 --- a/host/include/llvm/Config/config.h +++ b/host/include/llvm/Config/config.h @@ -20,7 +20,7 @@ #define ENABLE_PIC 1 /* Define if timestamp information (e.g., __DATE___) is allowed */ -#define ENABLE_TIMESTAMPS 1 +/* #undef ENABLE_TIMESTAMPS */ /* Directory where gcc is installed. */ #define GCC_INSTALL_PREFIX "" |