gcc: Respect $SOURCE_DATE_EPOCH

This commit is contained in:
Eelco Dolstra
2016-01-05 17:21:48 +01:00
parent f31fbadac3
commit 0db7ccb5c6
3 changed files with 56 additions and 2 deletions
@@ -63,7 +63,8 @@ let version = "4.9.3";
enableParallelBuilding = true;
patches = [ ]
patches =
[ ../use-source-date-epoch.patch ]
++ optionals enableParallelBuilding [ ../parallel-bconfig.patch ./parallel-strsignal.patch ]
++ optional (cross != null) ../libstdc++-target.patch
++ optional noSysDirs ../no-sys-dirs.patch