guix-commits
[Top][All Lists]
Advanced

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

11/85: gnu: binutils-mesboot0: Use commencement-build-target.


From: guix-commits
Subject: 11/85: gnu: binutils-mesboot0: Use commencement-build-target.
Date: Tue, 17 Dec 2024 04:08:01 -0500 (EST)

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

commit 503ac664bf12edcbe419c66d99f3351666e6ef47
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 1 08:12:20 2024 +0300

    gnu: binutils-mesboot0: Use commencement-build-target.
    
    * gnu/packages/commencement.scm (binutils-mesboot0)[arguments]: Adjust
    the configure-flags to use commencement-build-target.
    
    Change-Id: I18ed9a0dfebc9c90eb8cab2aeda3210a0b9508c1
---
 gnu/packages/commencement.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 45055c2c75..f619886d43 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -902,8 +902,8 @@ MesCC-Tools), and finally M2-Planet.")
                  "--disable-nls"
                  "--disable-shared"
                  "--disable-werror"
-                 "--build=i686-unknown-linux-gnu"
-                 "--host=i686-unknown-linux-gnu"
+                 ,(string-append "--build=" #$(commencement-build-target))
+                 ,(string-append "--host=" #$(commencement-build-target))
                  "--with-sysroot=/"))))))
 
 (define gcc-core-mesboot0



reply via email to

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