nixpkgs/pkgs/top-level
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
..
all-packages.nix Improved support for building 32-bit binaries on x86_64-linux. 2008-06-27 18:26:19 +00:00
build-for-release.nix * Fixes for a52dec and mpeg2dec to make vlc build on x86_64-linux. 2008-06-25 15:01:04 +00:00
builder-defs.nix Just copy some files regardless of what installer thinks about them. File named COPYING or AUTHORS must be copied to some reasonable place anyway. 2008-06-13 16:13:34 +00:00
mingw.nix
template-composing+config.nix Some refactorings in builderDefs. Psi is a simple showcase. TeXLive now works as far as English is concerned, and it is also updated up to newest builderDefs. 2008-03-20 15:40:26 +00:00
template-composing-builder.nix Added aria - metalink/http/ftp/bittorrent supporting downloader 2008-06-21 20:53:52 +00:00
template-debian.nix * mirror://debian: stripped the /pool part; there are other Debian 2008-03-13 13:31:39 +00:00
template-simple.nix Just another simple template 2007-09-04 09:52:29 +00:00