summaryrefslogtreecommitdiff
path: root/debian/patches/gcc-SOURCE_DATE_EPOCH-2-doc.diff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2019-11-19 17:35:47 +0300
committerIgor Pashev <pashev.igor@gmail.com>2019-11-19 17:35:47 +0300
commit03bebac19e6fef19299d7326d3ee41f8a7dd1316 (patch)
treebb413d22ada331790f08b7b9a592e5ab95cd8918 /debian/patches/gcc-SOURCE_DATE_EPOCH-2-doc.diff
parent94a19f31b81e9e7e295414fe2ad2302e0db25a08 (diff)
parent8f6c4b0033c72f8ac14694c419a99458339dd6a9 (diff)
downloadgcc-9-03bebac19e6fef19299d7326d3ee41f8a7dd1316.tar.gz
Merge tag 'debian/9.2.1-19'
Diffstat (limited to 'debian/patches/gcc-SOURCE_DATE_EPOCH-2-doc.diff')
-rw-r--r--debian/patches/gcc-SOURCE_DATE_EPOCH-2-doc.diff31
1 files changed, 0 insertions, 31 deletions
diff --git a/debian/patches/gcc-SOURCE_DATE_EPOCH-2-doc.diff b/debian/patches/gcc-SOURCE_DATE_EPOCH-2-doc.diff
deleted file mode 100644
index ab037da..0000000
--- a/debian/patches/gcc-SOURCE_DATE_EPOCH-2-doc.diff
+++ /dev/null
@@ -1,31 +0,0 @@
-gcc/ChangeLog:
-
-2016-05-13 Eduard Sanou <dhole@openmailbox.org>
-
- * doc/cppenv.texi: Note that the `%s` in `date` is a non-standard
- extension.
-
-diff --git a/gcc/doc/cppenv.texi b/gcc/doc/cppenv.texi
-index e958e93..8cefd52 100644
---- a/src/gcc/doc/cppenv.texi
-+++ b/src/gcc/doc/cppenv.texi
-@@ -81,7 +81,6 @@ main input file is omitted.
- @end ifclear
-
- @item SOURCE_DATE_EPOCH
--
- If this variable is set, its value specifies a UNIX timestamp to be
- used in replacement of the current date and time in the @code{__DATE__}
- and @code{__TIME__} macros, so that the embedded timestamps become
-@@ -89,8 +88,9 @@ reproducible.
-
- The value of @env{SOURCE_DATE_EPOCH} must be a UNIX timestamp,
- defined as the number of seconds (excluding leap seconds) since
--01 Jan 1970 00:00:00 represented in ASCII, identical to the output of
--@samp{@command{date +%s}}.
-+01 Jan 1970 00:00:00 represented in ASCII; identical to the output of
-+@samp{@command{date +%s}} on GNU/Linux and other systems that support the
-+@code{%s} extension in the @code{date} command.
-
- The value should be a known timestamp such as the last modification
- time of the source or package and it should be set by the build