diff options
author | Mark H Weaver <mhw@netris.org> | 2013-11-03 16:40:01 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2013-11-03 23:26:58 -0500 |
commit | 2ebab8e909b377d58bb52c33d3a31d121a0f64de (patch) | |
tree | e40777d1aa6486b0dc5a15a8641e27ca6ad96fac /m4 | |
parent | f57ff219ad9e08427e06d9c95fb71cc0764564c2 (diff) | |
download | patches-2ebab8e909b377d58bb52c33d3a31d121a0f64de.tar patches-2ebab8e909b377d58bb52c33d3a31d121a0f64de.tar.gz |
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.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/guix.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/guix.m4 b/m4/guix.m4 index 63fa00be2f..a98378db79 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 |