guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: build: Correctly determine the system type for GNU/Hurd systems.


From: Manolis Fragkiskos Ragkousis
Subject: 01/01: build: Correctly determine the system type for GNU/Hurd systems.
Date: Fri, 24 Jun 2016 10:38:05 +0000 (UTC)

phant0mas pushed a commit to branch core-updates-next
in repository guix.

commit 14af4d171c56f5d762073fd746aea2a937af6b23
Author: Manolis Ragkousis <address@hidden>
Date:   Sat Mar 26 16:53:40 2016 +0200

    build: Correctly determine the system type for GNU/Hurd systems.
    
    * m4/guix.m4 (GUIX_SYSTEM_TYPE): Add case for gnu.
---
 m4/guix.m4 |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/m4/guix.m4 b/m4/guix.m4
index 2d3dfd2..b0515c3 100644
--- a/m4/guix.m4
+++ b/m4/guix.m4
@@ -74,6 +74,9 @@ AC_DEFUN([GUIX_SYSTEM_TYPE], [
        linux-gnu*)
          # For backward compatibility, strip the `-gnu' part.
          guix_system="$machine_name-linux";;
+       gnu*)
+          # Always use i586 for GNU/Hurd.
+          guix_system="i586-gnu";;
        *)
          # Strip the version number from names such as `gnu0.3',
          # `darwin10.2.0', etc.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]