[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/176: bump tcc-boot: mlibc: GNU Gcc support: setjmp, longjmp.
From: |
Jan Nieuwenhuizen |
Subject: |
14/176: bump tcc-boot: mlibc: GNU Gcc support: setjmp, longjmp. |
Date: |
Fri, 31 Aug 2018 11:20:02 -0400 (EDT) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 1e0ee6ee7eab4bfc828e98841daee158f82daa86
Author: Jan Nieuwenhuizen <address@hidden>
Date: Sun Nov 26 13:31:21 2017 +0100
bump tcc-boot: mlibc: GNU Gcc support: setjmp, longjmp.
---
gnu/packages/mes.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index dd81b86..5bb3c34 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -331,7 +331,7 @@ extensive examples, including parsers for the Javascript
and C99 languages.")
(define-public tcc-boot
(let ((version "0.9.26")
(revision "0")
- (commit "37e6553c1e97c9fcb5f12f6d3fe546489d2d5596"))
+ (commit "8f495f27423acbf569459f517466a07ed2c96c45"))
(package
(name "tcc-boot")
(version (string-append version "-" revision "." (string-take commit 7)))
@@ -345,7 +345,7 @@ extensive examples, including parsers for the Javascript
and C99 languages.")
(file-name (string-append name "-" version ".tar.xz"))
(sha256
(base32
- "0zvr48a410yjz7pb6lq6rajp1x864pyrvna75ik0213qyfgw0pfr"))))
+ "15kh9qpc12pph0yz1rz8v646kx9x62a1cqgy0g0y4vbj3sampdsy"))))
(build-system trivial-build-system)
(supported-systems '("i686-linux" "x86_64-linux"))
(native-inputs
@@ -374,11 +374,11 @@ extensive examples, including parsers for the Javascript
and C99 languages.")
(method url-fetch)
(uri (string-append "https://gitlab.com/janneke/tinycc-seed"
"/repository/archive.tar.gz?ref="
- "900edb4fb2077282a486bd0739fff4574ffbaaf9"))
+ "393a3117a91ec057494986bd75215e1a1786d69d"))
(file-name (string-append name "-seed" "-" version ".tar.xz"))
(sha256
(base32
- "157g9mjcci5q4m5rgrpvxqqa2adrgaz6ykmd8snkmh88cxnjpasv"))))))
+ "0ipb59my9hxkaybvj8bss5chqs2ypga3k765l93z374p57cqmllm"))))))
(arguments
`(#:modules ((guix build utils))
#:builder
- 19/176: gnu: mes-boot: Use bootstrap Guile and simplify., (continued)
- 19/176: gnu: mes-boot: Use bootstrap Guile and simplify., Jan Nieuwenhuizen, 2018/08/31
- 21/176: gnu: Update mes-boot: Mescc-tools support: char foo[BAR] = {'a', 'b', 'c'}., Jan Nieuwenhuizen, 2018/08/31
- 34/176: gnu: Update tcc-boot: qsort., Jan Nieuwenhuizen, 2018/08/31
- 31/176: gnu: Update tcc-boot: mescc char cast truncate bug., Jan Nieuwenhuizen, 2018/08/31
- 20/176: gnu: mes-boot: Update mes-boot, mes-seed: Mescc-tools support., Jan Nieuwenhuizen, 2018/08/31
- 26/176: gnu: Update mescc-tools-boot, mes-boot, tcc-boot., Jan Nieuwenhuizen, 2018/08/31
- 37/176: gnu: %mes-seed: Update for mes-0.12., Jan Nieuwenhuizen, 2018/08/31
- 39/176: gnu: %tinycc-seed: Update for mes-0.12., Jan Nieuwenhuizen, 2018/08/31
- 57/176: gnu: %mes-seed: Update for 0.15., Jan Nieuwenhuizen, 2018/08/31
- 54/176: gnu: mescc-tools-boot: Update to 0.4., Jan Nieuwenhuizen, 2018/08/31
- 14/176: bump tcc-boot: mlibc: GNU Gcc support: setjmp, longjmp.,
Jan Nieuwenhuizen <=
- 38/176: gnu: mes-boot: Update to 0.12., Jan Nieuwenhuizen, 2018/08/31
- 51/176: gnu: %tinycc-seed: Update for mes 0.14., Jan Nieuwenhuizen, 2018/08/31
- 50/176: gnu: mes-boot: Update to 0.14., Jan Nieuwenhuizen, 2018/08/31
- 23/176: gnu: mescc-tools-boot: Update to bootstrap from M1 binaries., Jan Nieuwenhuizen, 2018/08/31
- 17/176: bump: mlibc: Mescc-tools support: chmod., Jan Nieuwenhuizen, 2018/08/31
- 25/176: gnu: Update mescc-tools-boot: Binaries with function debug info., Jan Nieuwenhuizen, 2018/08/31
- 36/176: gnu: nyacc-boot: Update to 0.80.42., Jan Nieuwenhuizen, 2018/08/31
- 29/176: gnu: Update tcc-boot: mescc has no unsigned arithmetic., Jan Nieuwenhuizen, 2018/08/31
- 55/176: gnu: %mescc-tools-seed: Update for 0.15., Jan Nieuwenhuizen, 2018/08/31
- 49/176: gnu: %mes-seed: Update for mes 0.14., Jan Nieuwenhuizen, 2018/08/31