This website works better with JavaScript.
Home
Explore
Help
Sign In
guix-bioinformatics
/
guix
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
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.
gn-latest-20200428
Mark H Weaver
7 years ago
parent
f57ff219ad
commit
2ebab8e909
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
m4/guix.m4
+ 1
- 1
m4/guix.m4
View File
@@ -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
Write
Preview
Loading…
Cancel
Save