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:
Armijn Hemel 2004-09-02 13:56:36 +00:00
parent 88ab6c1edd
commit 09cc881dfe

View File

@ -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;