nixpkgs/pkgs/build-support
Eelco Dolstra e6744d0f89 * Merge diff between trunk/pkgs@1646 and branches/nixos-pkgs@2256;
this contains mostly Armijn's pure stdenv-linux.

* After unpacking the statically linked GCC, patch all store paths to
  /nix/store/ffffffffffffffffffffffffffffffff.  Ugly hack to prevent
  undeclared references but it works.

* We don't need Glib's dynamic libraries in the first bootstrap stage;
  delete them.  Actually the downloaded Glibc binary is only needed
  for building Glibc, since GCC needs a C compiler to build some
  programs in `configure'.  So static linking is fine for that.  Maybe
  it would be better to patch `configure' so that we don't need a
  pre-built Glibc at all.

* Set the svn:executable property on `cp' and `patchelf'.

* In Glibc, revert to LinuxThreads.  Maybe NPTL will work, but TLS
  support is a problem.

* Delete most Glibc patches; they're no longer needed since the branch
  updated it to 20050110.
  
* Some cleanups.

svn path=/nixpkgs/trunk/; revision=2258
2005-02-21 16:03:34 +00:00
..
fetchfile * Remove trivial builders. 2004-03-29 17:23:01 +00:00
fetchsvn * Allow a known hash to be specified. 2004-12-17 11:04:18 +00:00
fetchurl * Use Nix 0.8-style fixed outputs. 2005-02-21 15:52:37 +00:00
gcc-wrapper * Merge diff between trunk/pkgs@1646 and branches/nixos-pkgs@2256; 2005-02-21 16:03:34 +00:00
make-symlinks * Renamed Martin's linker derivation to `make-symlinks'. 2004-09-16 12:38:10 +00:00
make-wrapper * More wrapper generation features. The Firefox wrapper generator is 2005-02-16 11:38:52 +00:00
substitute * Some utility functions to make performing substitutions in text 2005-02-15 17:44:03 +00:00