guix-commits
[Top][All Lists]
Advanced

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

14/23: syscalls: Fix clone on powerpc64le-linux.


From: guix-commits
Subject: 14/23: syscalls: Fix clone on powerpc64le-linux.
Date: Thu, 11 Mar 2021 02:05:03 -0500 (EST)

marusich pushed a commit to branch wip-ppc64le
in repository guix.

commit c9113fc1d330d792f08b44d71b5f0ac262a25fab
Author: Chris Marusich <cmmarusich@gmail.com>
AuthorDate: Sun Feb 21 12:17:29 2021 -0800

    syscalls: Fix clone on powerpc64le-linux.
    
    This makes the clone procedure work correctly and fixes some test failures 
on
    powerpc64le-linux, including tests/containers.scm.
    
    * guix/build/syscalls.scm (clone): Add an entry for ppc64le.
---
 guix/build/syscalls.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/build/syscalls.scm b/guix/build/syscalls.scm
index 552343a..74d7a33 100644
--- a/guix/build/syscalls.scm
+++ b/guix/build/syscalls.scm
@@ -955,6 +955,7 @@ Turning finalization off shuts down the finalization thread 
as a side effect."
                        ("mips64" 5055)
                        ("armv7l" 120)
                        ("aarch64" 220)
+                       ("ppc64le" 120)
                        (_ #f))))
     (lambda (flags)
       "Create a new child process by duplicating the current parent process.



reply via email to

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