minimal-bootstrap.tinycc-bootstrappable: unstable-2023-04-20 -> unstable-2024-07-07

Updated to work with mes 0.27
This commit is contained in:
dish
2025-08-31 11:48:13 -04:00
parent e1b215735e
commit f401ff6003
2 changed files with 5 additions and 4 deletions
@@ -18,12 +18,12 @@
let
inherit (callPackage ./common.nix { }) buildTinyccMes recompileLibc;
version = "unstable-2023-04-20";
rev = "80114c4da6b17fbaabb399cc29f427e368309bc8";
version = "unstable-2024-07-07";
rev = "ea3900f6d5e71776c5cfabcabee317652e3a19ee";
tarball = fetchurl {
url = "https://gitlab.com/janneke/tinycc/-/archive/${rev}/tinycc-${rev}.tar.gz";
sha256 = "1a0cw9a62qc76qqn5sjmp3xrbbvsz2dxrw21lrnx9q0s74mwaxbq";
sha256 = "sha256-16JBGJATAWP+lPylOi3+lojpdv0SR5pqyxOV2PiVx0A=";
};
src =
(kaem.runCommand "tinycc-bootstrappable-${version}-source" { } ''
@@ -67,6 +67,7 @@ let
-o tcc.s \
-I . \
-D BOOTSTRAP=1 \
-D HAVE_LONG_LONG=0 \
-I ${src} \
-D TCC_TARGET_I386=1 \
-D inline= \
@@ -12,7 +12,7 @@
let
pname = "tinycc-musl";
# next commit introduces use of realpath (unsupported in mes-libc)
version = "unstable-2023-07-10";
version = "unstable-2023-07-31";
rev = "fd6d2180c5c801bb0b4c5dde27d61503059fc97d";
src = fetchurl {