aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends/patches/native_cctools/no-build-date.patch
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--contrib/depends/patches/native_cctools/no-build-date.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/depends/patches/native_cctools/no-build-date.patch b/contrib/depends/patches/native_cctools/no-build-date.patch
new file mode 100644
index 000000000..8b7d1e1f7
--- /dev/null
+++ b/contrib/depends/patches/native_cctools/no-build-date.patch
@@ -0,0 +1,12 @@
+diff --git a/cctools/ld64/src/ld/Options.cpp b/cctools/ld64/src/ld/Options.cpp
+index 3bb8324..033760d 100644
+--- a/cctools/ld64/src/ld/Options.cpp
++++ b/cctools/ld64/src/ld/Options.cpp
+@@ -4279,7 +4279,6 @@ void Options::buildSearchPaths(int argc, const char* argv[])
+ fVerbose = true;
+ extern const char ldVersionString[];
+ fprintf(stderr, "%s", ldVersionString);
+- fprintf(stderr, "BUILD " __TIME__ " " __DATE__"\n");
+ fprintf(stderr, "configured to support archs: %s\n", ALL_SUPPORTED_ARCHS);
+ // if only -v specified, exit cleanly
+ if ( argc == 2 ) {