summary refs log tree commit diff
path: root/pkgs/top-level/release-cross.nix
diff options
context:
space:
mode:
authorJohn Ericson <Ericson2314@Yahoo.com>2017-04-27 14:46:32 -0400
committerJohn Ericson <Ericson2314@Yahoo.com>2017-04-27 14:46:32 -0400
commit92887cb46636d91eb5cfc1afbc3536b5c757f6ab (patch)
treedd17278f3476fd4d2660a2e9bcf3c07352120919 /pkgs/top-level/release-cross.nix
parentfcde869e7e0514817ea3dc8cd21c45f2c9e3bb86 (diff)
downloadnixlib-92887cb46636d91eb5cfc1afbc3536b5c757f6ab.tar
nixlib-92887cb46636d91eb5cfc1afbc3536b5c757f6ab.tar.gz
nixlib-92887cb46636d91eb5cfc1afbc3536b5c757f6ab.tar.bz2
nixlib-92887cb46636d91eb5cfc1afbc3536b5c757f6ab.tar.lz
nixlib-92887cb46636d91eb5cfc1afbc3536b5c757f6ab.tar.xz
nixlib-92887cb46636d91eb5cfc1afbc3536b5c757f6ab.tar.zst
nixlib-92887cb46636d91eb5cfc1afbc3536b5c757f6ab.zip
release-cross: Add final "-gnu" to fuloong triple
Diffstat (limited to 'pkgs/top-level/release-cross.nix')
-rw-r--r--pkgs/top-level/release-cross.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/release-cross.nix b/pkgs/top-level/release-cross.nix
index e199c232aba7..b22eff33dc07 100644
--- a/pkgs/top-level/release-cross.nix
+++ b/pkgs/top-level/release-cross.nix
@@ -127,7 +127,7 @@ in
   /* Linux on the fuloong */
   fuloongminipc = let
     crossSystem = {
-      config = "mips64el-unknown-linux";
+      config = "mips64el-unknown-linux-gnu";
       bigEndian = false;
       arch = "mips";
       float = "hard";