3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/build-support/gcc-wrapper
Alexander Kjeldaas aa119e1106 gcc-wrapper: make __DATE__/__TIME__ deterministic
...when NIX_ENFORCE_PURITY=1.

@vcunat corrected the date according to docs.
https://gcc.gnu.org/onlinedocs/cpp/Standard-Predefined-Macros.html
In order to handle the spaces well, the extraAfter array had to be
quoted more properly and appended by +=.
2014-09-13 15:32:34 +02:00
..
add-flags Merging the gnat-wrapper and gcc-wrapper into a single gcc-wrapper. 2010-01-16 21:32:44 +00:00
builder.sh gcc-wrapper: don't fail when cpp doesn't exist 2014-04-02 19:07:58 +02:00
default.nix gcc-wrapper: preferLocalBuild, as it does little work 2014-04-02 19:05:57 +02:00
gcc-wrapper.sh gcc-wrapper: make __DATE__/__TIME__ deterministic 2014-09-13 15:32:34 +02:00
gnat-wrapper.sh Adding two files I forgot to the gcc-wrapper, comming from the old 2010-01-16 23:09:27 +00:00
gnatlink-wrapper.sh Adding two files I forgot to the gcc-wrapper, comming from the old 2010-01-16 23:09:27 +00:00
ld-solaris-wrapper.sh GCC 4.7.2 + updated libraries compiles on Illumos/SmartOS! 2013-02-28 20:04:02 +01:00
ld-wrapper.sh ld-wrapper: Put back the --sysroot filter 2014-09-02 13:18:03 +02:00
setup-hook.sh Cleanup: Use += to append to envHooks 2014-08-09 12:47:05 +02:00
utils.sh Extend compiler wrapper scripts to allow compilation of "/dev/null" input. 2012-07-02 17:15:21 +02:00