nixpkgs/pkgs/build-support/gcc-wrapper
Eelco Dolstra 7fe89be146 gcc: Fix purity
Somewhere the no-sys-dirs.patch got disabled, so gcc was looking in
/usr/local/include and /usr/lib. Since I can't fix the patch easily,
I've borrowed the --sysroot trick from clang-wrapper. This causes
builtin paths to be prefixed with /var/empty
(e.g. /var/empty/usr/lib), which don't exist.
2014-06-30 16:43:02 +02:00
..
add-flags
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: Fix purity 2014-06-30 16:43:02 +02:00
gnat-wrapper.sh
gnatlink-wrapper.sh
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 gcc: Fix purity 2014-06-30 16:43:02 +02:00
setup-hook.sh gcc-wrapper: Use -isystem instead of -I 2014-01-10 13:29:29 +01:00
utils.sh Extend compiler wrapper scripts to allow compilation of "/dev/null" input. 2012-07-02 17:15:21 +02:00