all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ekaitz Zarraga <ekaitz@elenq.tech>
To: 68222@debbugs.gnu.org
Cc: Ekaitz Zarraga <ekaitz@elenq.tech>
Subject: [bug#68222] [PATCH 3/3] gnu: tcc-boot0: Update to 0.9.26-1151-g9b4a5d90.
Date: Tue,  2 Jan 2024 21:04:44 +0100	[thread overview]
Message-ID: <5c7cb93bccad8ccfd53c000f7bcaf03f725a928b.1704225349.git.ekaitz@elenq.tech> (raw)
In-Reply-To: <cover.1704225349.git.ekaitz@elenq.tech>

* gnu/packages/commencement.scm (tcc-boot0): Update to
  0.9.26-1151-g9b4a5d90.
[supported-systems]: Add riscv64-linux.

Change-Id: I5de3e0a36366d57722e380edeedd389f3cf36f98
---
 gnu/packages/commencement.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 5a0d33bf0f..3e21dcb038 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -472,7 +472,7 @@ (define tcc-boot0
   (package
     (inherit tcc)
     (name "tcc-boot0")
-    (version "0.9.26-1136-g5bba73cc")
+    (version "0.9.26-1148-g12f9c086")
     (source (origin
               (method url-fetch)
               (uri (list
@@ -482,9 +482,9 @@ (define tcc-boot0
                                    "tcc-" version ".tar.gz")))
               (sha256
                (base32
-                "1y2f04qwdqg7dgxiscbf0ibybx2gclniwbbcsxpayazzii2cvji3"))))
+                "18k7zjbsicbwggyx3iyyamp34blvkgibfwx4lvympnjijqlw9yw7"))))
     (build-system gnu-build-system)
-    (supported-systems '("i686-linux" "x86_64-linux"))
+    (supported-systems '("i686-linux" "x86_64-linux" "riscv64-linux"))
     (inputs '())
     (propagated-inputs '())
     (native-inputs
@@ -519,6 +519,7 @@ (define tcc-boot0
                 (setenv "prefix" out)
                 (setenv "GUILE_LOAD_PATH"
                         (string-append dir "/nyacc-1.00.2/module"))
+                (setenv "ONE_SOURCE" "true")
                 (invoke "sh" "configure"
                         "--cc=mescc"
                         (string-append "--prefix=" out)
-- 
2.41.0





  parent reply	other threads:[~2024-01-02 20:06 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-02 20:02 [bug#68222] [PATCH 0/3] RISC-V support to commencement until tcc-boot0 Ekaitz Zarraga
2024-01-02 20:04 ` [bug#68222] [PATCH 1/3] gnu: stage0-posix: Update to 1.6.0 Ekaitz Zarraga
2024-01-02 20:04 ` [bug#68222] [PATCH 2/3] gnu: mes-boot: Update to 0.25.1 Ekaitz Zarraga
2024-01-02 20:04 ` Ekaitz Zarraga [this message]
2024-01-11 16:36 ` [bug#68222] [PATCH 0/3] RISC-V support to commencement until tcc-boot0 Ekaitz Zarraga
2024-01-11 16:37 ` Ekaitz Zarraga
2024-01-12 10:44   ` bug#68222: " Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5c7cb93bccad8ccfd53c000f7bcaf03f725a928b.1704225349.git.ekaitz@elenq.tech \
    --to=ekaitz@elenq.tech \
    --cc=68222@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.