[PATCH 3/3] gnu: tcc-boot0: Update to 0.9.26-1151-g9b4a5d90.

  • Done
  • quality assurance status badge
Details
One participant
  • Ekaitz Zarraga
Owner
unassigned
Submitted by
Ekaitz Zarraga
Severity
normal

Debbugs page

Ekaitz Zarraga wrote 1 years ago
(address . guix-patches@gnu.org)
5c7cb93bccad8ccfd53c000f7bcaf03f725a928b.1704222566.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(-)

Toggle diff (35 lines)
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
Ekaitz Zarraga wrote 1 years ago
(no subject)
(address . 68219-done@debbugs.gnu.org)
6175c7ef-c3cf-a146-0700-249c69abc158@elenq.tech

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 68219@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 68219
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help