From 2ebab8e909b377d58bb52c33d3a31d121a0f64de Mon Sep 17 00:00:00 2001
From: Mark H Weaver <mhw@netris.org>
Date: Sun, 3 Nov 2013 16:40:01 -0500
Subject: [PATCH] Add mips64el-linux to the list of supported systems.

* m4/guix.m4 (GUIX_ASSERT_SUPPORTED_SYSTEM): Add mips64el-linux to the list of
  supported systems.
---
 m4/guix.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/m4/guix.m4 b/m4/guix.m4
index 63fa00be2f2..a98378db792 100644
--- a/m4/guix.m4
+++ b/m4/guix.m4
@@ -86,7 +86,7 @@ courageous and port the GNU System distribution to it (see
   # Currently only Linux-based systems are supported, and only on some
   # platforms.
   case "$guix_system" in
-    x86_64-linux|i686-linux)
+    x86_64-linux|i686-linux|mips64el-linux)
       ;;
     *)
       if test "x$guix_courageous" = "xyes"; then
-- 
GitLab