diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-08-31 18:13:08 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-11-20 00:17:39 +0100 |
commit | aace9be80bdc2ba9cd373e4f76b86c647649f6b6 (patch) | |
tree | 0e41742e6fb431cb053568857f4c5ad6cb720e1a /gnu/packages/gcc.scm | |
parent | 485e006c9e8cbb8c16c79d3d488d9e3a8e622142 (diff) | |
download | patches-aace9be80bdc2ba9cd373e4f76b86c647649f6b6.tar patches-aace9be80bdc2ba9cd373e4f76b86c647649f6b6.tar.gz |
gnu: gcc@6: Respect SOURCE_DATE_EPOCH in __DATE__ and __TIME__ macros.
* gnu/packages/patches/gcc-6-source-date-epoch-1.patch,
gnu/packages/patches/gcc-6-source-date-epoch-2.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.
* gnu/packages/gcc.scm (gcc-6)[source]: Use them.
Diffstat (limited to 'gnu/packages/gcc.scm')
-rw-r--r-- | gnu/packages/gcc.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm index 79e159f1a5..ad8992289d 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -408,6 +408,8 @@ Go. It also includes runtime support libraries for these languages.") (base32 "1m0lr7938lw5d773dkvwld90hjlcq2282517d1gwvrfzmwgg42w5")) (patches (search-patches "gcc-strmov-store-file-names.patch" + "gcc-6-source-date-epoch-1.patch" + "gcc-6-source-date-epoch-2.patch" "gcc-5.0-libvtv-runpath.patch")))) (inputs `(("isl" ,isl) |