guix-commits
[Top][All Lists]
Advanced

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

branch wip-arm-bootstrap updated: squash! gnu: commencement: gcc-core-me


From: guix-commits
Subject: branch wip-arm-bootstrap updated: squash! gnu: commencement: gcc-core-mesboot0: Support ARM.
Date: Wed, 19 Oct 2022 04:21:35 -0400

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/wip-arm-bootstrap by this push:
     new f927cc48e1 squash! gnu: commencement: gcc-core-mesboot0: Support ARM.
f927cc48e1 is described below

commit f927cc48e1ba321da782c0481ddd6bb86fcddf05
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed Oct 19 09:47:14 2022 +0200

    squash! gnu: commencement: gcc-core-mesboot0: Support ARM.
---
 gnu/packages/commencement.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index f5f9d4df83..bd65bfaf7d 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1046,6 +1046,7 @@ $MES -e '(mescc)' module/mescc.scm -- \"$@\"
                      (setenv "CC" (string-append "tcc" cppflags))
                      (setenv "CC_FOR_BUILD" (string-append "tcc" cppflags))
                      (setenv "CPP" (string-append "tcc -E" cppflags))
+                     (setenv "enable_threads" "single")
                      (with-output-to-file "config.cache"
                        (lambda _
                          (display "



reply via email to

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