nixpkgs/pkgs/development
Eelco Dolstra 48ac8018ca Improved support for building 32-bit binaries on x86_64-linux.
* glibc_multi: a wrapper that combines the 32-bit and 64-bit Glibcs.
  This is necessary so that 64-bit GCC can find gnu/stubs-32.h and the
  32-bit Glibc libraries.

  To build glibc_multi on x86_64-linux, you still need either the
  i686-linux Glibc derivation from a channel, or to have configured
  Nix with support for forwarding the build to a i686-linux machine.
  In the future this may become unnecessary by providing a prebuilt
  binary of 32-bit Glibc somewhere (like the binaries used in the
  stdenvLinux bootstrap).

* With glibc_multi, it becomes possible to build gcc with multilib
  support (i.e. it builds 32-bit and 64-bit versions of libgcc,
  libstdc++, etc.).

svn path=/nixpkgs/trunk/; revision=12203
2008-06-27 18:26:19 +00:00
..
compilers Improved support for building 32-bit binaries on x86_64-linux. 2008-06-27 18:26:19 +00:00
eclipse updated eclipse to version 3.3.2 -- do we really need a special nix expression for jdt in development/eclipse? 2008-03-11 13:40:27 +00:00
guile-modules/guile-lib Guile: Use `share/guile/site' as the standard Guile module location. 2008-04-09 08:15:30 +00:00
interpreters Patched Guile to load srfi .so files correctly from its own directory. 2008-06-16 14:27:26 +00:00
libraries GnuTLS 2.4.0 (new stable series). 2008-06-27 18:18:38 +00:00
misc darcs2 has a stable version now. This patch reflects this change 2008-04-14 19:59:26 +00:00
perl-modules Added a generator for CPAN expressions. Expressions often require manual editing, but still something.. 2008-06-02 08:21:38 +00:00
python-modules Added ViewMTN and dependency; currently ViewMTN has to be manually symlinked in corresponding directory. 2008-06-12 15:59:59 +00:00
tools * Fix building the Fortran compiler. 2008-06-27 14:43:25 +00:00