summary refs log tree commit diff
path: root/pkgs/applications/science/geometry
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2008-06-27 18:26:19 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2008-06-27 18:26:19 +0000
commit48ac8018ca0ed7ae9e5bc26c54357cdcb9c87799 (patch)
tree1887e526c00e1e562b6514b9ddebd0979c7ded28 /pkgs/applications/science/geometry
parentf960020e955285964bb7e5af7c7dc7d74045b47b (diff)
downloadnixpkgs-48ac8018ca0ed7ae9e5bc26c54357cdcb9c87799.tar
nixpkgs-48ac8018ca0ed7ae9e5bc26c54357cdcb9c87799.tar.gz
nixpkgs-48ac8018ca0ed7ae9e5bc26c54357cdcb9c87799.tar.bz2
nixpkgs-48ac8018ca0ed7ae9e5bc26c54357cdcb9c87799.tar.lz
nixpkgs-48ac8018ca0ed7ae9e5bc26c54357cdcb9c87799.tar.xz
nixpkgs-48ac8018ca0ed7ae9e5bc26c54357cdcb9c87799.tar.zst
nixpkgs-48ac8018ca0ed7ae9e5bc26c54357cdcb9c87799.zip
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
Diffstat (limited to 'pkgs/applications/science/geometry')
0 files changed, 0 insertions, 0 deletions