GNU Hurd: Add full cross build.
svn path=/nixpkgs/trunk/; revision=21916
This commit is contained in:
parent
620870eb0d
commit
012389b882
@ -6090,6 +6090,15 @@ let
|
|||||||
inherit fetchurl stdenv ncurses;
|
inherit fetchurl stdenv ncurses;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hurdCross = forceBuildDrv(import ../os-specific/gnu/hurd {
|
||||||
|
inherit fetchgit stdenv autoconf libtool texinfo machHeaders
|
||||||
|
mig glibcCross;
|
||||||
|
automake = automake111x;
|
||||||
|
headersOnly = false;
|
||||||
|
cross = assert crossSystem != null; crossSystem;
|
||||||
|
gccCross = gccCrossStageFinal;
|
||||||
|
});
|
||||||
|
|
||||||
hurdCrossIntermediate = forceBuildDrv(import ../os-specific/gnu/hurd {
|
hurdCrossIntermediate = forceBuildDrv(import ../os-specific/gnu/hurd {
|
||||||
inherit fetchgit stdenv autoconf libtool texinfo machHeaders
|
inherit fetchgit stdenv autoconf libtool texinfo machHeaders
|
||||||
mig glibcCross;
|
mig glibcCross;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user