[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch wip-arm-bootstrap updated: squash! DRAFT commencement: tcc-boot0:
From: |
guix-commits |
Subject: |
branch wip-arm-bootstrap updated: squash! DRAFT commencement: tcc-boot0: Support ARM, update to 0.9.26-1133-gb906ff86. |
Date: |
Sun, 20 Dec 2020 06:55:41 -0500 |
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 b036786 squash! DRAFT commencement: tcc-boot0: Support ARM, update to
0.9.26-1133-gb906ff86.
b036786 is described below
commit b03678636d9a8dfc702c447323b2edc10d676bb4
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sun Dec 20 12:53:56 2020 +0100
squash! DRAFT commencement: tcc-boot0: Support ARM, update to
0.9.26-1133-gb906ff86.
---
gnu/packages/commencement.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 1d30acd..fc6a4da 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -482,6 +482,8 @@ $MES -e '(mescc)' module/mescc.scm -- \"$@\"
(substitute* "conftest.c"
(("volatile") ""))
(setenv "prefix" out)
+ (setenv "GUILE_LOAD_PATH"
+ (string-append dir "/nyacc-1.00.2/module"))
(invoke "sh" "configure"
"--cc=mescc"
(string-append "--prefix=" out)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch wip-arm-bootstrap updated: squash! DRAFT commencement: tcc-boot0: Support ARM, update to 0.9.26-1133-gb906ff86.,
guix-commits <=