Making the cross-builds work with uclibc. There is no easy way of switching

between uclibc/glibc still.
I started the renaming from glibc to libc regarding the cross-toolchain, but I
still have to finish.


svn path=/nixpkgs/branches/stdenv-updates/; revision=18801
This commit is contained in:
Lluís Batlle i Rossell
2009-12-04 13:35:58 +00:00
parent e9abf7bb0c
commit 4164de326a
3 changed files with 55 additions and 16 deletions

View File

@@ -72,7 +72,7 @@ stdenv.mkDerivation ({
});
patches =
[./pass-cxxcpp.patch]
[./pass-cxxcpp.patch ./libmudflap-cpp.patch]
++ optional noSysDirs ./no-sys-dirs.patch
++ optional (noSysDirs && langFortran) ./no-sys-dirs-fortran.patch
++ optional langJava ./java-jvgenmain-link.patch;