From 09cc881dfe4053f4161c0b5ef29a41bf1884de76 Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Thu, 2 Sep 2004 13:56:36 +0000 Subject: [PATCH] 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 --- pkgs/system/all-packages-generic.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index eaef81e08ca..784ae657635 100644 --- a/pkgs/system/all-packages-generic.nix +++ b/pkgs/system/all-packages-generic.nix @@ -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;