guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: bootstrap: Add the dynamic linker name for "powerpc-linux".


From: Ludovic Courtès
Subject: 03/03: gnu: bootstrap: Add the dynamic linker name for "powerpc-linux".
Date: Wed, 4 Jan 2017 22:58:08 +0000 (UTC)

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

commit 4a6f099e2c6dc3115abe708ea500d9e96e2ec0dc
Author: Carlos Sánchez de La Lama <address@hidden>
Date:   Wed Jan 4 23:52:41 2017 +0100

    gnu: bootstrap: Add the dynamic linker name for "powerpc-linux".
    
    This commit completes cross-compilation support for powerpc-linux-gnu.
    
    * gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add "powerpc-linux"
    case.
---
 gnu/packages/bootstrap.scm |    1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index f6faba3..64a8239 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -168,6 +168,7 @@ successful, or false to signal an error."
         ((string=? system "i586-gnu") "/lib/ld.so.1")
         ((string=? system "i686-gnu") "/lib/ld.so.1")
         ((string=? system "aarch64-linux") "/lib/ld-linux-aarch64.so.1")
+        ((string=? system "powerpc-linux") "/lib/ld.so.1")
 
         ;; XXX: This one is used bare-bones, without a libc, so add a case
         ;; here just so we can keep going.



reply via email to

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