guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 14/21: syscalls: Fix clone on powerpc64le-linux.
Date: Sun, 28 Feb 2021 01:24:40 -0500 (EST)

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

commit 9a2af2e6e40ac85ea2ca840f864cc0816ffd9fe2
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 85c1c45..e049d4d 100644
--- a/guix/build/syscalls.scm
+++ b/guix/build/syscalls.scm
@@ -853,6 +853,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]