diff options
author | Nick Clifton <nickc@redhat.com> | 2024-09-23 14:22:57 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2024-09-23 14:22:57 +0100 |
commit | e02f4847761b2d80309b7ca1f7b90b4fb8caf96a (patch) | |
tree | dcaf385b2b04188a83509b27dc64a05330f7f7d8 /ld | |
parent | 9923d668942ff29ce25fc4db460d0e0c4bbae1aa (diff) | |
download | fsf-binutils-gdb-e02f4847761b2d80309b7ca1f7b90b4fb8caf96a.zip fsf-binutils-gdb-e02f4847761b2d80309b7ca1f7b90b4fb8caf96a.tar.gz fsf-binutils-gdb-e02f4847761b2d80309b7ca1f7b90b4fb8caf96a.tar.bz2 |
LD: Document use of SOURCE_DATE_EPOCH in Environment section
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ld.texi | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -4048,6 +4048,13 @@ a similar fashion by the @code{gcc} linker wrapper program. The default may be overridden by the @samp{--demangle} and @samp{--no-demangle} options. +@kindex SOURCE_DATE_EPOCH +@cindex timestamps +If the PE/COFF specific @option{--insert-timestamp} is active and the +@env{SOURCE_DATE_EPOCH} environment variable is defined, then the +timestamp value in this variable will be inserted into the COFF header +instead of the current time. + @c man end @end ifset |