[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/207: gnu: Update tcc-boot: mescc has no unsigned arithmetic.
From: |
Jan Nieuwenhuizen |
Subject: |
29/207: gnu: Update tcc-boot: mescc has no unsigned arithmetic. |
Date: |
Sat, 8 Sep 2018 13:25:55 -0400 (EDT) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 1c3a178e47b39f49b4ef12660c230c08db8c8d98
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 0689b4e..a1b4d65 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -340,7 +340,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")
@@ -354,7 +354,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
@@ -427,7 +427,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)
- 101/207: gnu: binutils-mesboot0: Rename from binutils-boot0., (continued)
- 101/207: gnu: binutils-mesboot0: Rename from binutils-boot0., Jan Nieuwenhuizen, 2018/09/08
- 95/207: gnu: binutils-boot: Update to 2.20.1a., Jan Nieuwenhuizen, 2018/09/08
- 27/207: gnu: Update tcc-boot: avoid mescc bug struct foo bar = *baz ()., Jan Nieuwenhuizen, 2018/09/08
- 129/207: gnu: %mes-seed: Update for mes 0.17., Jan Nieuwenhuizen, 2018/09/08
- 127/207: gnu: binutils-mesboot: Revise dependencies., Jan Nieuwenhuizen, 2018/09/08
- 114/207: gnu: gcc-core-mesboot: Package with bootstrap-guile., Jan Nieuwenhuizen, 2018/09/08
- 70/207: gnu: linux-libre-headers-boot0: Export., Jan Nieuwenhuizen, 2018/09/08
- 108/207: gnu: Add gcc-mesboot 4.7.4. WIP, Jan Nieuwenhuizen, 2018/09/08
- 92/207: gnu: Add binutils-boot 2.20.1, built with gcc+glibc., Jan Nieuwenhuizen, 2018/09/08
- 36/207: gnu: nyacc-boot: Update to 0.80.42., Jan Nieuwenhuizen, 2018/09/08
- 29/207: gnu: Update tcc-boot: mescc has no unsigned arithmetic.,
Jan Nieuwenhuizen <=
- 32/207: gnu: Update tcc-boot: mescc char cast truncate bug #2., Jan Nieuwenhuizen, 2018/09/08
- 40/207: gnu: tinycc-boot: Update for mes-0.12., Jan Nieuwenhuizen, 2018/09/08
- 81/207: REMOVEME: %fake-bootstrap => #t., Jan Nieuwenhuizen, 2018/09/08
- 72/207: gnu: gcc-boot: Update to 3.0., Jan Nieuwenhuizen, 2018/09/08
- 74/207: gnu: gcc-boot: Update to 3.4.0., Jan Nieuwenhuizen, 2018/09/08
- 76/207: Revert "gnu: gcc-boot: Update to 3.2.", Jan Nieuwenhuizen, 2018/09/08
- 91/207: gnu: gcc-core-boot: Install libgcc2.a too., Jan Nieuwenhuizen, 2018/09/08
- 59/207: gnu: %tinycc-seed: Update for mes 0.15., Jan Nieuwenhuizen, 2018/09/08
- 61/207: gnu: Add m4-boot., Jan Nieuwenhuizen, 2018/09/08
- 69/207: gnu: gcc-boot: Update to 2.6.3., Jan Nieuwenhuizen, 2018/09/08