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:
@@ -245,6 +245,10 @@ rec {
|
|||||||
inherit fetchurl stdenv noSysDirs;
|
inherit fetchurl stdenv noSysDirs;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gcc_static = (import ../stdenv/nix-linux/gcc-static) {
|
||||||
|
inherit fetchurl stdenv;
|
||||||
|
};
|
||||||
|
|
||||||
gcc34 = (import ../build-support/gcc-wrapper) {
|
gcc34 = (import ../build-support/gcc-wrapper) {
|
||||||
nativeTools = false;
|
nativeTools = false;
|
||||||
nativeGlibc = false;
|
nativeGlibc = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user