nixpkgs/pkgs/stdenv/linux
Eelco Dolstra 84dd812f33 Finally, the new stdenv-linux.
* The statically linked bootstrap tools are now automatically
  reproducable, just do:

  $ nix-build ./make-bootstrap-tools.nix

  The resulting binaries in result/in-nixpkgs go to
  stdenv/linux/bootstrap/<platform>/, and the tarballs in
  result/on-server go to
  https://svn.cs.uu.nl:12443/repos/trace/tarballs/trunk/stdenv-linux/<platform>/<revision>/.
  These are checked out on nix.cs.uu.nl under http://.../dist/tarballs.

* The statically linked libraries all use dietlibc now (except
  patchelf and glibc), so they are much smaller.  This is especially
  nice for the tools in the Nixpkgs tree, since it makes Nixpkgs
  tarballs smaller.

* Use Binutils 2.17 and GCC 4.1.1 for the bootstrap.

* The stdenv is now based on Glibc 2.5.  I hope it works ;-)

svn path=/nixpkgs/trunk/; revision=6803
2006-10-23 14:27:34 +00:00
..
bootstrap/i686 Finally, the new stdenv-linux. 2006-10-23 14:27:34 +00:00
new-scripts Finally, the new stdenv-linux. 2006-10-23 14:27:34 +00:00
scripts * Purity fixes, courtesy of NixOS :-) 2005-08-24 09:21:37 +00:00
tools * No longer used. 2006-10-18 10:11:42 +00:00
default.nix * `drv + /path' is deprecated, so don't do that anymore. 2006-10-17 14:06:18 +00:00
make-bootstrap-tools.nix * Use Binutils 2.17. 2006-10-23 11:43:36 +00:00
make-bootstrap-tools.sh * We do need libgcc_s.so. 2006-10-23 12:21:35 +00:00
new.nix Finally, the new stdenv-linux. 2006-10-23 14:27:34 +00:00
prehook.sh * Rename stdenv-nix-linux-static to stdenv-linux. 2005-02-21 20:54:34 +00:00