guix-commits
[Top][All Lists]
Advanced

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

106/210: Revert: gnu: binutils-boot0: Inject AR, LD from bootstrap-binar


From: Jan Nieuwenhuizen
Subject: 106/210: Revert: gnu: binutils-boot0: Inject AR, LD from bootstrap-binaries.
Date: Sat, 8 Sep 2018 10:36:16 -0400 (EDT)

janneke pushed a commit to branch wip-bootstrap
in repository guix.

commit 7190b655ca530e60098b784e7df5df1f7a946d2d
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Sun Jun 24 20:31:17 2018 +0200

    Revert: gnu: binutils-boot0: Inject AR,LD from bootstrap-binaries.
    
    * gnu/packages/mes.scm (binutils-boot0): Revert: Inject AR,LD from 
bootstrap binaries.
---
 gnu/packages/mes.scm | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index 2e9b668..696f589 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -707,13 +707,7 @@ standard.")
                           "--disable-werror"
                           "--host=i386-unknown-linux"
                           "--target=i386-unknown-linux"
-                          (string-append "--prefix=" out)))))))
-         (add-after 'build 'cheat:inject-AR,LD
-           (lambda* _
-             (let ((binutils (assoc-ref %build-inputs "binutils")))
-               ;; cheat: AR and LD are buggy in bootstrap build
-               (copy-file (string-append binutils "/bin/ar") "binutils/ar")
-               (copy-file (string-append binutils "/bin/ld") 
"ld/ld-new")))))))))
+                          (string-append "--prefix=" out))))))))))))
 
 (define-public binutils-mesboot
   (package-with-bootstrap-guile



reply via email to

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