nixpkgs/pkgs/development
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
..
compilers * Fix for NIXPKGS-30: make libstdc++'s configure script correctly 2006-10-16 07:05:36 +00:00
eclipse * Copy lots of files to nix.cs.uu.nl. 2006-01-30 16:04:03 +00:00
interpreters * `drv + /path' is deprecated, so don't do that anymore. 2006-10-17 14:06:18 +00:00
libraries Finally, the new stdenv-linux. 2006-10-23 14:27:34 +00:00
misc * Copy a bunch of files to nix.cs.uu.nl. 2006-10-12 13:50:54 +00:00
perl-modules * Copy even more files (in particular from losser.st-lab.cs.uu.nl, 2006-01-30 16:11:00 +00:00
python-modules * Copy lots of files to nix.cs.uu.nl. 2006-01-30 16:04:03 +00:00
tools * binutils on dietlibc. 2006-10-19 11:03:20 +00:00
uclibc upgrade to a snapshot of uClibc, update mips config to reflect this. Break all 2006-03-02 18:01:53 +00:00