summary refs log tree commit diff
path: root/lib/systems/for-meta.nix
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-08-28 22:17:54 +0100
committerJörg Thalheim <joerg@thalheim.io>2018-08-28 22:18:02 +0100
commit9efffe0135c1ff7fcefbcd5ba0e521b41e56bb56 (patch)
tree7bd7683d78448502d64cddf30e5d2b2cd32393d1 /lib/systems/for-meta.nix
parentc4e8f4b442e2500273040a17d61996ee99c3956b (diff)
downloadnixlib-9efffe0135c1ff7fcefbcd5ba0e521b41e56bb56.tar
nixlib-9efffe0135c1ff7fcefbcd5ba0e521b41e56bb56.tar.gz
nixlib-9efffe0135c1ff7fcefbcd5ba0e521b41e56bb56.tar.bz2
nixlib-9efffe0135c1ff7fcefbcd5ba0e521b41e56bb56.tar.lz
nixlib-9efffe0135c1ff7fcefbcd5ba0e521b41e56bb56.tar.xz
nixlib-9efffe0135c1ff7fcefbcd5ba0e521b41e56bb56.tar.zst
nixlib-9efffe0135c1ff7fcefbcd5ba0e521b41e56bb56.zip
hurd: cleanup unmaintained target
This has been not touched in 6 years. Let's remove it to cause less
problems when adding new cross-compiling infrastructure.
This also simplify gcc significantly.
Diffstat (limited to 'lib/systems/for-meta.nix')
-rw-r--r--lib/systems/for-meta.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/systems/for-meta.nix b/lib/systems/for-meta.nix
index 96e8b6f86eb0..51fb6ae760d1 100644
--- a/lib/systems/for-meta.nix
+++ b/lib/systems/for-meta.nix
@@ -20,7 +20,7 @@ in rec {
   cygwin  = [ patterns.isCygwin ];
   darwin  = [ patterns.isDarwin ];
   freebsd = [ patterns.isFreeBSD ];
-  # Should be better, but MinGW is unclear, and HURD is bit-rotted.
+  # Should be better, but MinGW is unclear.
   gnu     = [
     { kernel = parse.kernels.linux; abi = abis.gnu; }
     { kernel = parse.kernels.linux; abi = abis.gnueabi; }