[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/192: bump tcc-boot: add sysinclude path for [m4] configure.
From: |
Jan Nieuwenhuizen |
Subject: |
09/192: bump tcc-boot: add sysinclude path for [m4] configure. |
Date: |
Mon, 3 Sep 2018 16:24:42 -0400 (EDT) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 8379360b6ace1842fee61837d422740e2d9cc88f
Author: Jan Nieuwenhuizen <address@hidden>
Date: Sat Nov 25 23:29:21 2017 +0100
bump tcc-boot: add sysinclude path for [m4] configure.
---
gnu/packages/mes.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index 1082577..ba130c4 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 "98e8de69fa18d5cd76948855dbc3d8853df33c28"))
+ (commit "37e6553c1e97c9fcb5f12f6d3fe546489d2d5596"))
(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
- "07vczmgz1d0sfr6xy211748cdqfmyzqb9wkg752ahfayy4cpcywb"))))
+ "0zvr48a410yjz7pb6lq6rajp1x864pyrvna75ik0213qyfgw0pfr"))))
(build-system trivial-build-system)
(supported-systems '("i686-linux" "x86_64-linux"))
(native-inputs
- 02/192: gnu: Add mescc-tools-boot., (continued)
- 02/192: gnu: Add mescc-tools-boot., Jan Nieuwenhuizen, 2018/09/03
- 01/192: gnu: Add stage0-boot., Jan Nieuwenhuizen, 2018/09/03
- 06/192: use %bootstrap-guile -- still guile-2.2 in bag-with-origins :-(, Jan Nieuwenhuizen, 2018/09/03
- 08/192: gnu: Add gcc-boot. WIP, Jan Nieuwenhuizen, 2018/09/03
- 11/192: tcc-boot: bump tinycc-seed: GNU Gcc support: Add ferror., Jan Nieuwenhuizen, 2018/09/03
- 12/192: bump mes-boot: mlibc: GNU Gcc support: setjmp, longjmp., Jan Nieuwenhuizen, 2018/09/03
- 16/192: bump: mes-boot: fixup for 80-setjmp test, Jan Nieuwenhuizen, 2018/09/03
- 21/192: gnu: Update mes-boot: Mescc-tools support: char foo[BAR] = {'a', 'b', 'c'}., Jan Nieuwenhuizen, 2018/09/03
- 27/192: gnu: Update tcc-boot: avoid mescc bug struct foo bar = *baz ()., Jan Nieuwenhuizen, 2018/09/03
- 22/192: gnu: Update mescc-tools-boot: bootstrap from .M1 sources: remove MORTAL SIN., Jan Nieuwenhuizen, 2018/09/03
- 09/192: bump tcc-boot: add sysinclude path for [m4] configure.,
Jan Nieuwenhuizen <=
- 07/192: Revert "use %bootstrap-guile -- still guile-2.2 in bag-with-origins :-(", Jan Nieuwenhuizen, 2018/09/03
- 05/192: gnu: Add tcc-boot., Jan Nieuwenhuizen, 2018/09/03
- 10/192: bump: mes-tools: add ferror for [m4] configure, Jan Nieuwenhuizen, 2018/09/03
- 13/192: bump mes-seed: mlibc: GNU Gcc support: setjmp, longjmp., Jan Nieuwenhuizen, 2018/09/03
- 14/192: bump tcc-boot: mlibc: GNU Gcc support: setjmp, longjmp., Jan Nieuwenhuizen, 2018/09/03
- 17/192: bump: mlibc: Mescc-tools support: chmod., Jan Nieuwenhuizen, 2018/09/03
- 25/192: gnu: Update mescc-tools-boot: Binaries with function debug info., Jan Nieuwenhuizen, 2018/09/03
- 26/192: gnu: Update mescc-tools-boot, mes-boot, tcc-boot., Jan Nieuwenhuizen, 2018/09/03
- 20/192: gnu: mes-boot: Update mes-boot, mes-seed: Mescc-tools support., Jan Nieuwenhuizen, 2018/09/03
- 23/192: gnu: mescc-tools-boot: Update to bootstrap from M1 binaries., Jan Nieuwenhuizen, 2018/09/03