nixpkgs/pkgs/stdenv/generic
Peter Simons 1a6039cb45 Enable parallel building of gcc, glibc, gmp, mpfr, ncurses, coreutils, perl, python, git, and qt4.
If a build expressions has set "enableParallelBuilding = true", then the
generic builder may utilize more than one CPU core to build that particular
expression. This feature works out of the box for GNU Make. Expressions that
use other build drivers like Boost.Jam or SCons have to specify appropriate
flags such as "-j${NIX_BUILD_CORES}" themselves.

svn path=/nixpkgs/trunk/; revision=23042
2010-08-08 18:51:42 +00:00
..
builder.sh * Allow the user to install stdenv (nix-env -i stdenv) and get all the 2009-04-25 14:08:29 +00:00
default-builder.sh * "." -> "source". 2005-12-05 14:11:09 +00:00
default.nix pkgs/stdenv/generic: added isSunOS attribute, similar to isLinux, isDarwin, etc. 2010-08-06 12:44:54 +00:00
docs.txt * The `patch' command is now part of stdenv, so it no longer needs to 2004-09-18 17:23:18 +00:00
setup.sh Enable parallel building of gcc, glibc, gmp, mpfr, ncurses, coreutils, perl, python, git, and qt4. 2010-08-08 18:51:42 +00:00