[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
30/207: gnu: Update tcc-boot: mescc has no long long.
From: |
Jan Nieuwenhuizen |
Subject: |
30/207: gnu: Update tcc-boot: mescc has no long long. |
Date: |
Sat, 8 Sep 2018 13:25:56 -0400 (EDT) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit b8fbed43e7a68efd82f686b921360c77d6bc746a
Author: Jan Nieuwenhuizen <address@hidden>
Date: Sun Dec 3 23:49:13 2017 +0100
gnu: Update tcc-boot: mescc has no long long.
* gnu/packages/mes.scm (tcc-boot): Update: bootstrappable: mescc has no long
long.
---
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 a1b4d65..81e60eb 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 "407549050452a50447fd357d1841192995152da9"))
+ (commit "dbd25db7508e4535865f3d778941557a3696fc09"))
(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
- "1aywfnncbd6wf09sgidv8j7d4y7xdcyjmhd93yfzb9rimzwi1kss"))))
+ "12hdzkif4dmi8738rnkapg3vna2ywalpk9kq6xgkivqldrymczm6"))))
(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: 9/65 tests fail
+ ;; check: 8/65 tests fail
(zero? (system* "sh" "-ex" "test.sh" "01-return-0"))
(or (zero? (system* "sh" "check.sh")) #t)
- 53/207: gnu: %mescc-tools-seed: Update for 0.4., (continued)
- 53/207: gnu: %mescc-tools-seed: Update for 0.4., Jan Nieuwenhuizen, 2018/09/08
- 46/207: gnu: mes-boot: Update to 0.13., Jan Nieuwenhuizen, 2018/09/08
- 48/207: gnu: tcc-boot: Build with mes-boot., Jan Nieuwenhuizen, 2018/09/08
- 37/207: gnu: %mes-seed: Update for mes-0.12., Jan Nieuwenhuizen, 2018/09/08
- 65/207: gnu: binutils-boot: Update to 2.25., Jan Nieuwenhuizen, 2018/09/08
- 39/207: gnu: %tinycc-seed: Update for mes-0.12., Jan Nieuwenhuizen, 2018/09/08
- 31/207: gnu: Update tcc-boot: mescc char cast truncate bug., Jan Nieuwenhuizen, 2018/09/08
- 33/207: gnu: Update mes-boot: Add qsort., Jan Nieuwenhuizen, 2018/09/08
- 38/207: gnu: mes-boot: Update to 0.12., Jan Nieuwenhuizen, 2018/09/08
- 42/207: gnu: mescc-tools-boot: Remove stage0 dependency., Jan Nieuwenhuizen, 2018/09/08
- 30/207: gnu: Update tcc-boot: mescc has no long long.,
Jan Nieuwenhuizen <=
- 34/207: gnu: Update tcc-boot: qsort., Jan Nieuwenhuizen, 2018/09/08
- 35/207: gnu: Update mes-boot: M4 support: robustify headers., Jan Nieuwenhuizen, 2018/09/08
- 24/207: gnu: Update mescc-tools-boot, mes-boot, tcc-boot for blood-elf., Jan Nieuwenhuizen, 2018/09/08
- 20/207: gnu: mes-boot: Update mes-boot, mes-seed: Mescc-tools support., Jan Nieuwenhuizen, 2018/09/08
- 19/207: gnu: mes-boot: Use bootstrap Guile and simplify., Jan Nieuwenhuizen, 2018/09/08
- 23/207: gnu: mescc-tools-boot: Update to bootstrap from M1 binaries., Jan Nieuwenhuizen, 2018/09/08
- 15/207: gnu: tcc-boot: Use bootstrap Guile and simplify., Jan Nieuwenhuizen, 2018/09/08
- 21/207: gnu: Update mes-boot: Mescc-tools support: char foo[BAR] = {'a', 'b', 'c'}., Jan Nieuwenhuizen, 2018/09/08
- 22/207: gnu: Update mescc-tools-boot: bootstrap from .M1 sources: remove MORTAL SIN., Jan Nieuwenhuizen, 2018/09/08
- 17/207: bump: mlibc: Mescc-tools support: chmod., Jan Nieuwenhuizen, 2018/09/08