nixpkgs/pkgs/build-support/gcc-wrapper
Eelco Dolstra 15103e5e5f stdenv: Remove the special handling of gcc
Now gcc is just another build input, making it possible in the future
to have a stdenv that doesn't depend on a C compiler. This is very
useful on NixOS, since it would allow trivial builders like
writeTextFile to work without pulling in the C compiler.
2014-08-09 12:44:50 +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
ld-wrapper.sh Fix SNAFU using $NIX_LDFLAGS_AFTER 2014-07-02 14:55:44 +02:00
setup-hook.sh stdenv: Remove the special handling of gcc 2014-08-09 12:44:50 +02:00
utils.sh