guix-commits
[Top][All Lists]
Advanced

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

21/25: Revert: gnu: binutils-boot0: Inject AR, LD from bootstrap-binarie


From: Jan Nieuwenhuizen
Subject: 21/25: Revert: gnu: binutils-boot0: Inject AR, LD from bootstrap-binaries.
Date: Tue, 26 Jun 2018 13:48:38 -0400 (EDT)

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

commit 2ba9f0ee0e4a2c97916ce9570902430a7fe110ca
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 7ba2de5..1f4202a 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -702,13 +702,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]