guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: bootstrap: Add the location of ld.so on arm64.


From: Manolis Fragkiskos Ragkousis
Subject: 01/02: gnu: bootstrap: Add the location of ld.so on arm64.
Date: Sat, 16 Apr 2016 15:13:45 +0000

phant0mas pushed a commit to branch master
in repository guix.

commit 19c444f4031fde122c0f816dea2e5af6831ff389
Author: Manolis Ragkousis <address@hidden>
Date:   Fri Apr 15 16:33:55 2016 +0300

    gnu: bootstrap: Add the location of ld.so on arm64.
    
    * gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add the dynamic
      linker for aarch64-linux.
---
 gnu/packages/bootstrap.scm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index f5bf069..1ada01c 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -166,6 +166,7 @@ successful, or false to signal an error."
         ((string=? system "mips64el-linux") "/lib/ld.so.1")
         ((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")
 
         ;; 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]