nixpkgs/pkgs/stdenv
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
..
generic Enable parallel building of gcc, glibc, gmp, mpfr, ncurses, coreutils, perl, python, git, and qt4. 2010-08-08 18:51:42 +00:00
linux * Get rid of the ugly `useFromStdenv' hack in all-packages.nix. 2010-08-06 10:34:34 +00:00
mingw Typos 2010-08-06 20:23:35 +00:00
native Move "fetchurl restricted" code to requireFile. 2010-05-03 09:13:17 +00:00
nix Updating from trunk. 2009-12-10 14:48:45 +00:00
adapters.nix Typos 2010-08-06 20:23:35 +00:00
common-path.nix * Make the nested output patch in GNU Make runtime configurable (by 2009-01-19 18:49:58 +00:00
default.nix Finishing the update from trunk, having resolved the eclipse related directory 2009-11-26 21:46:08 +00:00