guix-commits
[Top][All Lists]
Advanced

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

19/20: tcc-boot-next


From: guix-commits
Subject: 19/20: tcc-boot-next
Date: Sun, 20 Dec 2020 04:03:19 -0500 (EST)

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

commit 7b67829342d97ee71c4b9c4ace0bf9f71179f453
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sun Dec 20 09:56:12 2020 +0100

    tcc-boot-next
---
 gnu/packages/commencement.scm | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 7d2b7c2..5d43156 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1272,9 +1272,16 @@ $MES -e '(mescc)' module/mescc.scm -- \"$@\"
     (build-system gnu-build-system)
     (inputs '())
     (propagated-inputs '())
-    (native-inputs `( ;;("boot-patch" ,(search-patch "tcc-boot-0.9.27.patch"))
-                     ("bzip2" ,bzip2-mesboot)
-                     ,@(%boot-tcc0-inputs)))
+    ;; (native-inputs `( ;;("boot-patch" ,(search-patch 
"tcc-boot-0.9.27.patch"))
+    ;;                  ("bzip2" ,bzip2-mesboot)
+    ;;                  ,@(%boot-tcc0-inputs)))
+
+    (native-inputs
+     `(("tcc" ,tcc-boot0-next)
+       ("make" ,gnu-make-mesboot0-next)
+       ("gash" ,%bootstrap-coreutils&co) ;; HACK: use bash, etc
+       ))
+
     (arguments
      `(#:implicit-inputs? #f
        #:guile ,%bootstrap-guile



reply via email to

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