1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/development/libraries/glibc-2.9
Lluís Batlle i Rossell 585ba8c27f Big fixes in the cross build:
- Before this changes, cflags and ldflags for the native and the cross compiler
  got mixed. Not all the gcc-wrapper/gcc-cross-wrapper variables are
  independant now, but enough, I think.
- Fixed the generic stdenv expression, which did a big mess on buildInputs and
  buildNativeInputs. Now it distinguishes when there is a stdenvCross or not.
  Maybe we should have a single stdenv and forget about the stdenvCross
  adapter - this could end in a stdenv a bit complex, but simpler than the
  generic stdenv + adapter.
- Added basic support in pkgconfig for cross-builds: a single PKG_CONFIG_PATH
  now works for both the cross and the native compilers, but I think this
  should work well for most cases I can think of.
- I tried to fix the guile expression to cross-biuld; guile is built, but not
  its manual, so the derivation still fails. Guile requires patching to
  cross-build, as far as I understnad.
- Made the glibcCross build to be done through the usage of a
  gcc-cross-wrapper over the gcc-cross-stage-static, instead of using it
  directly.
- Trying to make physfs (a neverball dependency) cross build.
- Updated the gcc expression to support building a cross compiler without getting
  derivation variables mixed with those of the stdenvCross.

svn path=/nixpkgs/branches/stdenv-updates/; revision=18534
2009-11-22 19:51:45 +00:00
..
binutils-2.20.patch Porting changes from stdenv-updates into this branch. 2009-11-08 00:32:12 +00:00
binutils-ld.patch Fixing many things related to the cross compilation in stdenvCross. 2009-11-15 05:28:35 +00:00
builder.sh Making the definition of the cross compiling target an attribute set. 2009-11-16 23:21:13 +00:00
default.nix Big fixes in the cross build: 2009-11-22 19:51:45 +00:00
headers.nix My first attempt at getting cross compilers in nixpkgs. 2009-11-14 08:11:30 +00:00
headersbuilder.sh My first attempt at getting cross compilers in nixpkgs. 2009-11-14 08:11:30 +00:00
info.nix Porting changes from stdenv-updates into this branch. 2009-11-08 00:32:12 +00:00
locale-override.patch * A patch to Glibc to allow the location of locale-archive to be 2009-04-19 12:57:23 +00:00
locales.nix Porting changes from stdenv-updates into this branch. 2009-11-08 00:32:12 +00:00
localesbuilder.sh Porting changes from stdenv-updates into this branch. 2009-11-08 00:32:12 +00:00
nss-skip-unavail.patch * Glibc 2.9. Got rid of 2.8 because we never used it. 2008-12-10 11:06:23 +00:00
rpcgen-path.patch Glibc 2.9: Have rpcgen(1) look for cpp(1) in $PATH. 2009-04-22 12:55:47 +00:00