[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/211: gnu: Update mes-boot, tcc-boot: __udivdi3, __umoddi3.
From: |
Jan Nieuwenhuizen |
Subject: |
28/211: gnu: Update mes-boot, tcc-boot: __udivdi3, __umoddi3. |
Date: |
Sat, 8 Sep 2018 11:09:21 -0400 (EDT) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 53b7e4bf1fed9b261aa1b3c7432de326dce1d676
Author: Jan Nieuwenhuizen <address@hidden>
Date: Sun Dec 3 21:00:23 2017 +0100
gnu: Update mes-boot, tcc-boot: __udivdi3, __umoddi3.
* gnu/packages/mes.scm (%mescc-tools-seed): Update for enhanced __udivdi3,
__umoddi3.
(%tinycc-seed): Likewise.
(mes-boot): Likewise.
(tcc-boot): Likewise.
---
gnu/packages/mes.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index ea229ea..0689b4e 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -66,7 +66,7 @@
(method url-fetch)
(uri (string-append "https://gitlab.com/janneke/tinycc-seed"
"/repository/archive.tar.gz?ref="
- "a497ff60a2936af7dc17e994378ce43d248c0692"))
+ "ef636f9db5d40d4ca2513080e737f25809373ed9"))
(file-name (string-append "tinycc-seed" "-" "0.9.26" ".tar.xz"))
(sha256
(base32
@@ -228,7 +228,7 @@ hex2 linker.")
(define-public mes-boot
(let ((version "0.11")
(revision "0")
- (commit "0a6ac9a4be038d37de726be4fe2d4692d17243d6"))
+ (commit "73396adee14ff2a5236c261119d9a73dfc4c9e3c"))
(package-with-bootstrap-guile
(package
(name "mes-boot")
@@ -242,7 +242,7 @@ hex2 linker.")
(file-name (string-append name "-" version ".tar.xz"))
(sha256
(base32
- "05fnhc4cvsbanwxbjvadrgy7vn1qanbl1159rz34v6b92gva1bld"))))
+ "13d97gsxjhxrl3yvr3gq0f1q9palaf86wwxjaidf097ir61hmv64"))))
(build-system trivial-build-system)
(supported-systems '("i686-linux" "x86_64-linux"))
(native-inputs
@@ -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 "e9afdce3f8294ec132dbd7f98c9e9f6f22922ac4"))
+ (commit "c3257b03c466a9d3045a5eddc142dd97744a91e5"))
(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
- "0cc1z49rf3w8ivx2zkm5rybgh1ymrpvhvrl968v4gbl5knhhyicq"))))
+ "0wiqrcliqv8vswhrh79irap7gd9b9sgp6i94nd2swq3kgdnnc44c"))))
(build-system trivial-build-system)
(supported-systems '("i686-linux" "x86_64-linux"))
(native-inputs
- 36/211: gnu: nyacc-boot: Update to 0.80.42., (continued)
- 36/211: gnu: nyacc-boot: Update to 0.80.42., Jan Nieuwenhuizen, 2018/09/08
- 38/211: gnu: mes-boot: Update to 0.12., Jan Nieuwenhuizen, 2018/09/08
- 39/211: gnu: %tinycc-seed: Update for mes-0.12., Jan Nieuwenhuizen, 2018/09/08
- 34/211: gnu: Update tcc-boot: qsort., Jan Nieuwenhuizen, 2018/09/08
- 40/211: gnu: tinycc-boot: Update for mes-0.12., Jan Nieuwenhuizen, 2018/09/08
- 35/211: gnu: Update mes-boot: M4 support: robustify headers., Jan Nieuwenhuizen, 2018/09/08
- 30/211: gnu: Update tcc-boot: mescc has no long long., Jan Nieuwenhuizen, 2018/09/08
- 33/211: gnu: Update mes-boot: Add qsort., Jan Nieuwenhuizen, 2018/09/08
- 32/211: gnu: Update tcc-boot: mescc char cast truncate bug #2., Jan Nieuwenhuizen, 2018/09/08
- 26/211: gnu: Update mescc-tools-boot, mes-boot, tcc-boot., Jan Nieuwenhuizen, 2018/09/08
- 28/211: gnu: Update mes-boot, tcc-boot: __udivdi3, __umoddi3.,
Jan Nieuwenhuizen <=
- 25/211: gnu: Update mescc-tools-boot: Binaries with function debug info., Jan Nieuwenhuizen, 2018/09/08
- 21/211: gnu: Update mes-boot: Mescc-tools support: char foo[BAR] = {'a', 'b', 'c'}., Jan Nieuwenhuizen, 2018/09/08
- 22/211: gnu: Update mescc-tools-boot: bootstrap from .M1 sources: remove MORTAL SIN., Jan Nieuwenhuizen, 2018/09/08
- 20/211: gnu: mes-boot: Update mes-boot, mes-seed: Mescc-tools support., Jan Nieuwenhuizen, 2018/09/08
- 07/211: Revert "use %bootstrap-guile -- still guile-2.2 in bag-with-origins :-(", Jan Nieuwenhuizen, 2018/09/08
- 03/211: gnu: Add mes-boot., Jan Nieuwenhuizen, 2018/09/08
- 18/211: gnu: mescc-tools-boot: Use bootstrap Guile and simplify., Jan Nieuwenhuizen, 2018/09/08
- 11/211: tcc-boot: bump tinycc-seed: GNU Gcc support: Add ferror., Jan Nieuwenhuizen, 2018/09/08
- 06/211: use %bootstrap-guile -- still guile-2.2 in bag-with-origins :-(, Jan Nieuwenhuizen, 2018/09/08
- 05/211: gnu: Add tcc-boot., Jan Nieuwenhuizen, 2018/09/08