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/local.mk | |
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/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 2fbafe1187..f8e5539654 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -653,6 +653,8 @@ dist_patch_DATA = \ %D%/packages/patches/gcc-5-source-date-epoch-2.patch \ %D%/packages/patches/gcc-6-arm-none-eabi-multilib.patch \ %D%/packages/patches/gcc-6-cross-environment-variables.patch \ + %D%/packages/patches/gcc-6-source-date-epoch-1.patch \ + %D%/packages/patches/gcc-6-source-date-epoch-2.patch \ %D%/packages/patches/gcr-disable-failing-tests.patch \ %D%/packages/patches/gcr-fix-collection-tests-to-work-with-gpg-21.patch \ %D%/packages/patches/gd-fix-tests-on-i686.patch \ |