mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
add statically compiled gcc. This is Linux only, should have some flag in its default.nix to prevent it to be used on other platforms, need help with that!
svn path=/nixpkgs/trunk/; revision=1375
This commit is contained in:
parent
88ab6c1edd
commit
09cc881dfe
@ -245,6 +245,10 @@ rec {
|
||||
inherit fetchurl stdenv noSysDirs;
|
||||
};
|
||||
|
||||
gcc_static = (import ../stdenv/nix-linux/gcc-static) {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
gcc34 = (import ../build-support/gcc-wrapper) {
|
||||
nativeTools = false;
|
||||
nativeGlibc = false;
|
||||
|
Loading…
Reference in New Issue
Block a user