about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2010-05-20 11:54:40 +0000
committerLudovic Courtès <ludo@gnu.org>2010-05-20 11:54:40 +0000
commit012389b882cc58ae18aa835a6a01d5effcae2b19 (patch)
tree6d1466193957c64d071fdbf88ac8174229f5ad2e
parent620870eb0d48fe6d07f1d330f62b07c8509b906d (diff)
downloadnixlib-012389b882cc58ae18aa835a6a01d5effcae2b19.tar
nixlib-012389b882cc58ae18aa835a6a01d5effcae2b19.tar.gz
nixlib-012389b882cc58ae18aa835a6a01d5effcae2b19.tar.bz2
nixlib-012389b882cc58ae18aa835a6a01d5effcae2b19.tar.lz
nixlib-012389b882cc58ae18aa835a6a01d5effcae2b19.tar.xz
nixlib-012389b882cc58ae18aa835a6a01d5effcae2b19.tar.zst
nixlib-012389b882cc58ae18aa835a6a01d5effcae2b19.zip
GNU Hurd: Add full cross build.
svn path=/nixpkgs/trunk/; revision=21916
-rw-r--r--pkgs/top-level/all-packages.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index f3b14e448852..57465b0ea02f 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -6090,6 +6090,15 @@ let
     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 {
     inherit fetchgit stdenv autoconf libtool texinfo machHeaders
       mig glibcCross;