diff options
| -rw-r--r-- | m4/guix.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/m4/guix.m4 b/m4/guix.m4 index 949ae4ca7c6..6d8ec2e4e04 100644 --- a/m4/guix.m4 +++ b/m4/guix.m4 | |||
| @@ -74,6 +74,9 @@ AC_DEFUN([GUIX_SYSTEM_TYPE], [ | |||
| 74 | linux-gnu*) | 74 | linux-gnu*) |
| 75 | # For backward compatibility, strip the `-gnu' part. | 75 | # For backward compatibility, strip the `-gnu' part. |
| 76 | guix_system="$machine_name-linux";; | 76 | guix_system="$machine_name-linux";; |
| 77 | gnu*) | ||
| 78 | # Always use i586 for GNU/Hurd. | ||
| 79 | guix_system="i586-gnu";; | ||
| 77 | *) | 80 | *) |
| 78 | # Strip the version number from names such as `gnu0.3', | 81 | # Strip the version number from names such as `gnu0.3', |
| 79 | # `darwin10.2.0', etc. | 82 | # `darwin10.2.0', etc. |
