diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-01-21 12:31:49 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-01-23 20:39:47 +0100 |
commit | d71d6fe85c4db778be6a2081cbbec6a3a494e4f9 (patch) | |
tree | 58eec07c3d04c4b710a722f0b9df9427d419d79b /gnu/packages/gcc.scm | |
parent | 0e88ada940953ac6b12fcbfd2add08835edcf49d (diff) | |
download | patches-d71d6fe85c4db778be6a2081cbbec6a3a494e4f9.tar patches-d71d6fe85c4db778be6a2081cbbec6a3a494e4f9.tar.gz |
gnu: gcc@5: Respect SOURCE_DATE_EPOCH in __DATE__ and __TIME__ macros.
* gnu/packages/patches/gcc-5-source-date-epoch-1.patch,
gnu/packages/patches/gcc-5-source-date-epoch-2.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.
* gnu/packages/gcc.scm (gcc-5)[source]: Use them.
Diffstat (limited to 'gnu/packages/gcc.scm')
-rw-r--r-- | gnu/packages/gcc.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm index 0cdef6dec9..075642ebd1 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -376,7 +376,9 @@ Go. It also includes runtime support libraries for these languages.") "0fihlcy5hnksdxk0sn6bvgnyq8gfrgs8m794b1jxwd1dxinzg3b0")) (patches (search-patches "gcc-arm-bug-71399.patch" "gcc-strmov-store-file-names.patch" - "gcc-5.0-libvtv-runpath.patch")))))) + "gcc-5.0-libvtv-runpath.patch" + "gcc-5-source-date-epoch-1.patch" + "gcc-5-source-date-epoch-2.patch")))))) (define-public gcc-6 (package |