[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: Update tcc-boot: mescc has no unsigned arithmetic.
From: |
Jan Nieuwenhuizen |
Subject: |
01/01: gnu: Update tcc-boot: mescc has no unsigned arithmetic. |
Date: |
Sun, 3 Dec 2017 15:59:30 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 4841d6ce4f6593ac61252a2f7711b112f4018a17
Author: Jan Nieuwenhuizen <address@hidden>
Date: Sun Dec 3 21:54:57 2017 +0100
gnu: Update tcc-boot: mescc has no unsigned arithmetic.
* gnu/packages/mes.scm (tcc-boot): Update: bootstrappable: mescc has no
unsigned arithmetic.
---
gnu/packages/mes.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index 6f5dc4f..ef40e32 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -335,7 +335,7 @@ extensive examples, including parsers for the Javascript
and C99 languages.")
(define-public tcc-boot
(let ((version "0.9.26")
(revision "0")
- (commit "c3257b03c466a9d3045a5eddc142dd97744a91e5"))
+ (commit "407549050452a50447fd357d1841192995152da9"))
(package-with-bootstrap-guile
(package
(name "tcc-boot")
@@ -349,7 +349,7 @@ extensive examples, including parsers for the Javascript
and C99 languages.")
(file-name (string-append name "-" version ".tar.xz"))
(sha256
(base32
- "0wiqrcliqv8vswhrh79irap7gd9b9sgp6i94nd2swq3kgdnnc44c"))))
+ "1aywfnncbd6wf09sgidv8j7d4y7xdcyjmhd93yfzb9rimzwi1kss"))))
(build-system trivial-build-system)
(supported-systems '("i686-linux" "x86_64-linux"))
(native-inputs
@@ -422,7 +422,7 @@ extensive examples, including parsers for the Javascript
and C99 languages.")
;; build
(zero? (system* "sh" "build.sh"))
- ;; check: 17/65 tests fail
+ ;; check: 9/65 tests fail
(zero? (system* "sh" "-ex" "test.sh" "01-return-0"))
(or (zero? (system* "sh" "check.sh")) #t)